Update use-the-tilde-character-to-always-use-the-latest-patch-version-of-a-dependency.en.md (#34871)

Grammatical change.
This commit is contained in:
Josh
2019-02-15 18:15:37 -05:00
committed by Randell Dawson
parent c413995a4f
commit 4fc2bdd2a1

View File

@ -12,7 +12,7 @@ Example
<code>"some-package-name": "~1.3.8" allows updates to any 1.3.x version.</code> <code>"some-package-name": "~1.3.8" allows updates to any 1.3.x version.</code>
Instructions Instructions
Use the tilde-character (~) to prefix the version of moment in your dependencies and allow npm to update it to any new PATCH release. Use the tilde-character (~) to prefix the version of moment in your dependencies and allow npm to update it to any new PATCH release.
Note that the version numbers themselves not should be changed. Note that the version numbers themselves should not be changed.
</section> </section>
## Instructions ## Instructions