Skip to content

Commit

Permalink
fix(docs): README typo fix
Browse files Browse the repository at this point in the history
Fix some README typo's
  • Loading branch information
maticzav authored May 30, 2018
2 parents a47a7a6 + 33476bb commit 9d92c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const resolvers = {
const users = {
mathew: {
id: 1,
name: "Mathew"
name: "Mathew",
role: "admin"
},
george: {
Expand Down Expand Up @@ -258,7 +258,7 @@ const permissions = shield({
},
Mutation: {
createBlogPost: or(isAdmin, and(isOwner, isEditor))
}
},
User: {
secret: isOwner
},
Expand Down

0 comments on commit 9d92c34

Please sign in to comment.