Corrected grammatical mistake (#35631)

From: "The version numbers themselves not should be changed"
To: "The version numbers themselves should not be changed"
pull/35633/head
Yuran Pereira 2019-03-19 20:54:48 +05:30 committed by Manish Giri
parent 38c2b40b1d
commit 39b597f1c2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ This would allow updates to any 1.x.x version of the package.
## Instructions
<section id='instructions'>
Use the caret (<code>^</code>) to prefix the version of moment in your dependencies and allow npm to update it to any new MINOR release.
<strong>Note:</strong> The version numbers themselves not should be changed.
<strong>Note:</strong> The version numbers themselves should not be changed.
</section>
## Tests