Skip to content

Commit 2a26897

Browse files
authored
Remove minor typo in React getting started (aws-amplify#4783)
Removed a superfluous letter u from the React getting started setup guide.
1 parent 419b1d6 commit 2a26897

File tree

1 file changed

+1
-1
lines changed
  • src/fragments/start/getting-started/react

1 file changed

+1
-1
lines changed

src/fragments/start/getting-started/react/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ import awsExports from './aws-exports';
8484
Amplify.configure(awsExports);
8585
```
8686

87-
And that's all it takes to configure Amplify. As you add or remove categories and make updates to your backend configuration using the Amplify CLI, the configuration in **aws-exports.js** will update automatically.u
87+
And that's all it takes to configure Amplify. As you add or remove categories and make updates to your backend configuration using the Amplify CLI, the configuration in **aws-exports.js** will update automatically.
8888

8989
Now that your React app is set up and Amplify is initialized, you can add an API in the next step.

0 commit comments

Comments
 (0)