Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from hoop33/patch-3
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
jkahn117 committed Dec 6, 2019
2 parents 7fdf516 + 33a17ba commit 3c1dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOB303/8_Advanced/Sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ amplify push

While Amplify performs updates, feel free to move on.

To enable sharing in the React application, we need to make several changes in `src/AlbumDetails.js` and adjust the `getAlbum` query.
To enable sharing in the React application, we need to make several changes in `src/AlbumDetail.js` and adjust the `getAlbum` query.

First, open `src/graphql/queries.js` and modify the `getAlbum` query as shown below, then save the file:

Expand Down

0 comments on commit 3c1dfec

Please sign in to comment.