Skip to content

Commit 0dd03f9

Browse files
authored
docs: fix typos (#7182)
1 parent 3b82f27 commit 0dd03f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/lib/content/using-npm/dependency-selectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Some examples:
106106
The attribute selector evaluates the key/value pairs in `package.json` if they are `String`s.
107107

108108
- `[]` attribute selector (ie. existence of attribute)
109-
- `[attribute=value]` attribute value is equivalant...
109+
- `[attribute=value]` attribute value is equivalent...
110110
- `[attribute~=value]` attribute value contains word...
111111
- `[attribute*=value]` attribute value contains string...
112112
- `[attribute|=value]` attribute value is equal to or starts with...

docs/lib/content/using-npm/workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ respect the provided `workspace` configuration.
110110

111111
### Using workspaces
112112

113-
Given the [specifities of how Node.js handles module resolution](https://nodejs.org/dist/latest-v14.x/docs/api/modules.html#modules_all_together) it's possible to consume any defined workspace
113+
Given the [specifics of how Node.js handles module resolution](https://nodejs.org/dist/latest-v14.x/docs/api/modules.html#modules_all_together) it's possible to consume any defined workspace
114114
by its declared `package.json` `name`. Continuing from the example defined
115115
above, let's also create a Node.js script that will require the workspace `a`
116116
example module, e.g:

0 commit comments

Comments
 (0)