Skip to content

Commit

Permalink
Modify a error in the description of step 6
Browse files Browse the repository at this point in the history
Fixes: apache#3
  • Loading branch information
finemi authored and bdemers committed Dec 16, 2016
1 parent c23d040 commit 277c8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ Hit `ctl-C` to shut down the web app.

In addition to controlling access based on authentication, it is often a requirement to restrict access to certain parts of the application based on what role(s) are assigned to the current `Subject`.

Perform the following git checkout command to load the `step5` branch:
Perform the following git checkout command to load the `step6` branch:

``` bash
$ git checkout step6
Expand Down

0 comments on commit 277c8ee

Please sign in to comment.