Skip to content

Commit d14c076

Browse files
authored
Update react reference to new UI components (#6374)
1 parent a6d6fa8 commit d14c076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $ yarn build --scope @aws-amplify/auth
109109

110110
```
111111
$ yarn run test --scope @aws-amplify/auth
112-
$ yarn run test --scope aws-amplify-react
112+
$ yarn run test --scope @aws-amplify/ui-components
113113
```
114114

115115
> Note: There is a commit hook that will run the tests prior to committing. Please make sure if you are going to provide a pull request to be sure you include unit tests with your functionality and that all tests pass.
@@ -176,7 +176,7 @@ _[Skip step 1 to 3 if you have already done this]_
176176
2. Clone your fork locally: `git clone git@github.com:YOUR_GITHUB_USERNAME/amplify-js.git`
177177
3. Run `yarn && yarn bootstrap` in the repository root
178178
4. Within your fork, create a new branch based on the issue (e.g. Issue #123) you're addressing - `git checkout -b "group-token/short-token-[branch-name]"` or `git checkout -b "short-token/[branch-name]"`
179-
- Use grouping tokens at the beginning of the branch names. \_For e.g, if you are working on changes specific to amplify-ui-components, then you could start the branch name as `ui-components/...`
179+
- Use grouping tokens at the beginning of the branch names. \_For e.g, if you are working on changes specific to `amplify-ui-components`, then you could start the branch name as `ui-components/...`
180180
- short token
181181
- feat
182182
- chore

0 commit comments

Comments
 (0)