+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ Some examples:
106
106
The attribute selector evaluates the key/value pairs in `package.json` if they are `String`s.
107
107
108
108
- `[]` attribute selector (ie. existence of attribute)
109
-
- `[attribute=value]` attribute value is equivalant...
109
+
- `[attribute=value]` attribute value is equivalent...
110
110
- `[attribute~=value]` attribute value contains word...
111
111
- `[attribute*=value]` attribute value contains string...
112
112
- `[attribute|=value]` attribute value is equal to or starts with...
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ respect the provided `workspace` configuration.
110
110
111
111
### Using workspaces
112
112
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
114
114
by its declared `package.json` `name`. Continuing from the example defined
115
115
above, let's also create a Node.js script that will require the workspace `a`
116
116
example module, e.g:
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4