diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-05-31 17:20:32 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-05-31 17:20:32 +0200 |
commit | a0aa6232d0b451bb6e61a33d6f33a750b51bbe18 (patch) | |
tree | 3a981258aaf73298f9cc15ee3fd38f1736f521f3 /README.md | |
parent | 86fe6eea506d88912ad57ecd975232050548e2d1 (diff) | |
download | jquery-a0aa6232d0b451bb6e61a33d6f33a750b51bbe18.tar.gz jquery-a0aa6232d0b451bb6e61a33d6f33a750b51bbe18.zip |
No ticket: correct typo in an example in README.md. Close gh-1281.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ grunt custom:-ajax Exclude **css**, **effects**, **offset**, **dimensions**, and **position**. Excluding **css** automatically excludes its dependent modules: ```bash -grunt custom:-css:-position +grunt custom:-css,-position ``` Exclude **all** optional modules and use the `querySelectorAll`-based selector engine: |