Skip to content

Commit

Permalink
Fix single quote on import (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyokk authored and mlabieniec committed Feb 9, 2018
1 parent f1edbde commit 5c31a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/media/authentication_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ You may write your own Auth UI. To do this your component will leverage the foll
This example creates an `AlwaysOn` Auth UI, which shows the current auth state.
```jsx
import { Authenticator, SignIn, SignUp, ConfirmSignUp, Greetings } from 'aws-amplify-react;
import { Authenticator, SignIn, SignUp, ConfirmSignUp, Greetings } from 'aws-amplify-react';

const AlwaysOn = (props) => {
return (
Expand Down

0 comments on commit 5c31a5e

Please sign in to comment.