Skip to content

Commit 792255d

Browse files
committed
Fix wording
1 parent 089aa7e commit 792255d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ steps:
250250
### Yarn2 configuration
251251
Yarn2 ignores both .npmrc and .yarnrc files created by the action, so before installing dependencies from the private repo it is necessary either to create or to modify existing yarnrc.yml file with `yarn config set` commands.
252252

253-
Below there's a sample "Setup .yarnrc.yml" step to configure private github registy for `my-org` organisation.
253+
Below you can find a sample "Setup .yarnrc.yml" step, that is going to allow you to configure a private GitHub registry for 'my-org' organisation.
254254

255255
```yaml
256256
steps:

0 commit comments

Comments
 (0)