diff options
author | Pierre Grimaud <grimaud.pierre@gmail.com> | 2020-04-29 21:18:23 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-04-29 21:18:55 +0200 |
commit | ea3766c08156541617ca3d15755a9ade8fdedcc0 (patch) | |
tree | 3bab9c610fb01a189ef382086486b3e1af9833dd /build | |
parent | 58a8e87979d68f001de9e52c00601b805bab303d (diff) | |
download | jquery-ea3766c08156541617ca3d15755a9ade8fdedcc0.tar.gz jquery-ea3766c08156541617ca3d15755a9ade8fdedcc0.zip |
Docs: Fix typos
Closes gh-4686
(cherry picked from commit 1a7332ce83cdee7d6cd9d45c2a4b83067f53f14b)
Diffstat (limited to 'build')
-rw-r--r-- | build/fixtures/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fixtures/README.md b/build/fixtures/README.md index 195fef67a..0c057bae8 100644 --- a/build/fixtures/README.md +++ b/build/fixtures/README.md @@ -29,7 +29,7 @@ import $ from "jquery"; #### Browserify/Webpack -There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documention. In the script, including jQuery will usually look like this... +There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this... ```js var $ = require( "jquery" ); |