From 6b8d618aa7140ecd1819e8f3d42e14bb3b378ab1 Mon Sep 17 00:00:00 2001 From: David Luna Date: Wed, 13 Nov 2024 17:21:06 +0100 Subject: [PATCH] chore: update docs --- CONTRIBUTING.md | 4 ++-- scripts/publish-to-npm.mjs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eba8b0fd39..58d505124d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,7 +120,7 @@ Some tests depend on other packages to be installed, so these steps are also req 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. 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 -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` +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` run the following command in the root folder ```sh @@ -140,7 +140,7 @@ npm run focus @opentelemetry/resource-detector-aws > NX Successfully ran target compile for project @opentelemetry/resource-detector-aws and 3 tasks it depends on (7s) ``` -Once the command is done you can `cd` into the package and start using the ussual commands. +Once the command is done you can `cd` into the package and start using the usual commands. ### CHANGELOG diff --git a/scripts/publish-to-npm.mjs b/scripts/publish-to-npm.mjs index d6887111a6..748a9b1f77 100644 --- a/scripts/publish-to-npm.mjs +++ b/scripts/publish-to-npm.mjs @@ -23,7 +23,7 @@ * - [X] checks package versions directly from the `pacakge.json` files (from-package) * - [X] filters out all private repos (--no-private) * - [X] does not create tags o push anything (--no-push & --no-git-tag-version) - * - [X] does not any extra request to verify access tokens (--no-verify-access) + * - [X] does not do any extra request to verify access tokens (--no-verify-access) * - [X] does not ask for confirmation (--yes) */