Skip to content

Commit

Permalink
Merge pull request #2 from orthographic-pedant/spell_check/Caesar
Browse files Browse the repository at this point in the history
Fixed typographical error, changed Ceasar to Caesar in README.
  • Loading branch information
reggieb committed Sep 28, 2015
2 parents b23b050 + 04d29f6 commit f78a51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Let's give Emperors the right to see and do anything by first creating an empero
emperor = Role.create(:name => 'emperor')
caesar = User.create(
:first_name => 'Julius',
:last_name => 'Ceasar',
:last_name => 'Caesar',
:role => emperor
)

Expand Down

0 comments on commit f78a51b

Please # to comment.