Skip to content

Commit 7ed30a1

Browse files
committed
Remove JS101: fixes
1 parent f2e839e commit 7ed30a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/utility-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $( "#foo" ).click( $.proxy( myObject, "myFn" ) ); // myObject
106106

107107
## Testing Type
108108

109-
Sometimes the `typeof` operator [can be confusing or incosistent](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof). So instead of using `typeof`, jQuery offers utility methods to help determine the type of a value.
109+
Sometimes the `typeof` operator [can be confusing or incosistent](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof), so instead of using `typeof`, jQuery offers utility methods to help determine the type of a value.
110110

111111
First of all, you have methods to test if a specific value is of a specific type.
112112

0 commit comments

Comments
 (0)