aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGary Ye <garysye@gmail.com>2015-09-18 09:59:48 -0700
committerOleg Gaidarenko <markelog@gmail.com>2015-10-12 18:09:37 +0300
commitef6cd83ab04d96b8ed9487ee57707100d97bf18c (patch)
tree6157621c1c181997f1723e74360518b5b7b0cf3d /README.md
parent7e78c2ec81dbb7bac9222864c4981ed0a54b66e5 (diff)
downloadjquery-ef6cd83ab04d96b8ed9487ee57707100d97bf18c.tar.gz
jquery-ef6cd83ab04d96b8ed9487ee57707100d97bf18c.zip
Tests:Docs: Fix various typos
* Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Cherry-picked from 03eaadb131df925d1072afd2496ee3b41d2f1fc6 Closes gh-2613 Closes gh-2601
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac66d0ac7..3c1b2f355 100644
--- a/README.md
+++ b/README.md
@@ -296,7 +296,7 @@ t( testName, selector, [ "array", "of", "ids" ] );
Example:
```js
-t("Check for something", "//[a]", ["foo", "baar"]);
+t("Check for something", "//[a]", ["foo", "bar"]);
```