Skip to content

Commit 4f39f79

Browse files
watildezkat
authored andcommitted
docs: fix typo in file-specifiers and package-lock (#16)
+ specifer => specifiers + relavent => relevant + properities => properties PR-URL: #16 Credit: @watilde Reviewed-By: @zkat
1 parent ca03013 commit 4f39f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/spec/file-specifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ [email protected] /path/to/example-package
134134
+-- a -> file:../a
135135
```
136136

137-
Of note here: No version is included as the relavent detail is WHERE the
137+
Of note here: No version is included as the relevant detail is WHERE the
138138
package came from, not what version happened to be in that path.
139139

140140
### Outdated

doc/spec/package-lock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ nothing requires it any more.
269269
## Additional fields / Adding new fields
270270

271271
Installers should ignore any field they aren't aware of. It's not an error
272-
to have additional properities in the package-lock or lock file.
272+
to have additional properties in the package-lock or lock file.
273273

274274
Installers that want to add new fields should either have one added via RFC
275275
in the npm issue tracker and an accompanying documentation PR, or should prefix

0 commit comments

Comments
 (0)