Skip to content

Commit 3fb611d

Browse files
committed
Merge pull request jquery#200 from mekwall/patch-1
Fix spelling of 'focus' in style guide
2 parents 184e440 + 5f028cf commit 3fb611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ guidelines.
6565
- Always use a `code` tag to denote code from prose.
6666
- Properties: use a dot, followed by the property name, e.g.: `.length`.
6767
- Functions: use the function name, followed by parentheses, e.g.: `myfunction()`.
68-
- Methods: use a dot, followed by the method name, followed by parentheses, e.g.: The `.focus()` method is a shortcut for the `.bind('focous', handler)` in the first and second variations, and `.trigger('focus')` in the third.
68+
- Methods: use a dot, followed by the method name, followed by parentheses, e.g.: The `.focus()` method is a shortcut for the `.bind('focus', handler)` in the first and second variations, and `.trigger('focus')` in the third.
6969

7070
#### Article & Sentence Structure
7171

0 commit comments

Comments
 (0)