Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 23b046d

Browse files
committed
grammar
1 parent db67a83 commit 23b046d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/documentation/0019-package-json

src/documentation/0019-package-json/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Each has a specific property, like `eslintConfig`, `babel` and others. Those are
445445

446446
You have seen in the description above version numbers like these: `~3.0.0` or `^0.13.0`. What do they mean, and which other version specifiers can you use?
447447

448-
That symbol specifies which updates you package accepts, from that dependency.
448+
That symbol specifies which updates your package accepts, from that dependency.
449449

450450
Given that using semver (semantic versioning) all versions have 3 digits, the first being the major release, the second the minor release and the third is the patch release, you have these rules:
451451

0 commit comments

Comments
 (0)