Skip to content

Commit

Permalink
Fix typo in contributing guide (aws-amplify#10104)
Browse files Browse the repository at this point in the history
  • Loading branch information
amehi0index committed Jul 27, 2022
1 parent 63fcc69 commit 0729e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ To develop locally alongside a React-Native app, make sure to,
npm run setup-dev:react-native -- --packages @aws-amplify/auth --target ~/path/to/your/rn/app/root
```

> Note: This script runs a continious job in the newly opened tabs to watch, build and copy the changes unlike the usual linking method.
> Note: This script runs a continuous job in the newly opened tabs to watch, build and copy the changes unlike the usual linking method.
The options `--packages` is used to specify single or multiple package names and the `--target` option is used to specify the path to your sample React-Native app.
Optionally, you can use the shorthands flags `-p` and `-t` for packages and target path respectively.
Expand Down

0 comments on commit 0729e68

Please sign in to comment.