Skip to content

Commit 6b8d618

Browse files
committed
chore: update docs
1 parent 9f37712 commit 6b8d618

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Some tests depend on other packages to be installed, so these steps are also req
120120
Each of these commands can also be run in individual packages, as long as the initial install and compile are done first in the root directory.
121121

122122
If you're going to work on a single package and want to quickly jump into its development you can make use of the `focus` script. This scritp will run
123-
the necessary tasks to have only that package ready for development saving time. FOr example if you want to work with `@opentelemetry/resource-detector-aws`
123+
the necessary tasks to have only that package ready for development saving time. For example, if you want to work with `@opentelemetry/resource-detector-aws`
124124
run the following command in the root folder
125125

126126
```sh
@@ -140,7 +140,7 @@ npm run focus @opentelemetry/resource-detector-aws
140140
> NX Successfully ran target compile for project @opentelemetry/resource-detector-aws and 3 tasks it depends on (7s)
141141
```
142142

143-
Once the command is done you can `cd` into the package and start using the ussual commands.
143+
Once the command is done you can `cd` into the package and start using the usual commands.
144144

145145
### CHANGELOG
146146

scripts/publish-to-npm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* - [X] checks package versions directly from the `pacakge.json` files (from-package)
2424
* - [X] filters out all private repos (--no-private)
2525
* - [X] does not create tags o push anything (--no-push & --no-git-tag-version)
26-
* - [X] does not any extra request to verify access tokens (--no-verify-access)
26+
* - [X] does not do any extra request to verify access tokens (--no-verify-access)
2727
* - [X] does not ask for confirmation (--yes)
2828
*/
2929

0 commit comments

Comments
 (0)