Skip to content

Commit dca2a52

Browse files
committed
Tweak wording
1 parent 72ae932 commit dca2a52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ If you're a member of React team, here's what you need to do:
3232
2. Run `npx vercel login` and ensure you have permissions to create projects in Meta Open Source org
3333
3. Ensure you have permissions to create projects in the `reactjs` GitHub org
3434

35-
Take a look at the pull request associated with the translation. It should be adding it to the `langs/langs.json` file. Suppose we're adding the `foo` language code with `@bar` and `@baz` GitHub users as maintainers. Merge the pull request and run in this folder:
35+
Review the pull request associated with the translation. It should be adding it to the `langs/langs.json` file. Suppose we're adding the `foo` language code with `@bar` and `@baz` GitHub users as maintainers. Merge the pull request and run in this folder:
3636

3737
```sh
3838
yarn
39-
yarn create-translations --lang=foo --maintainers=bar,baz
39+
yarn create-translation --lang=foo --maintainers=bar,baz
4040
```
4141

4242
This should create the GitHub repo, create a Vercel project, link them, and deploy them. This won't by itself set up the domain--that can wait until the translation is mature.

0 commit comments

Comments
 (0)