Skip to content

Commit 8d98ff2

Browse files
authored
Fix typo
1 parent 5254b7e commit 8d98ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-observers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prever Observers
1+
# Prefer Observers
22

33
Some events, such as `scroll` and `resize` have traditionally caused performance issues on web pages, as they are high frequency events, firing many times per second as the user interacts with the page viewport.
44

0 commit comments

Comments
 (0)