Skip to content

Commit

Permalink
doc: fix typos (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschultz authored and arekkas committed Dec 13, 2016
1 parent a2080a3 commit e6b410d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Before we skip ahead, it is important to note how scopes are being used in fosit
The general pattern can be abstracted as `<scope>.<sub-scope>.<sub-sub-scope>.<sub-sub-...>`. Every level ("subset")
contains all sublevels, too. For example:

* `blogposts` grants scopes `blogposts.create`, `blogposts.delete`, `blockposts.read`, `blohposts.own.read`.
* `blogposts` grants scopes `blogposts.create`, `blogposts.delete`, `blogposts.read`, `blogposts.own.read`.
* `blogposts.create` does not grant `blogposts.delete` nor `blogposts.read` nor `blogposts.own.read`.
* `blogposts.own.read` does not grant `blogposts.create`.
* `blogposts.own` grants `blogposts.own.read` but not `blogposts.create`.
Expand Down

0 comments on commit e6b410d

Please sign in to comment.