Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Faker::Educator "secondary" spelling #708

Merged
merged 2 commits into from
Dec 19, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix Faker::Educator "secondary" spelling
  • Loading branch information
gadtfly committed Sep 25, 2016
commit a0f4fee9ab80d722d5ccdc7fd2f4663d17d856d2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ Faker::ChuckNorris.fact #=> "Chuck Norris can solve the Towers of Hanoi in one m
```ruby
Faker::Educator.university #=> "Mallowtown Technical College"

Faker::Educator.secondary_school #=> "Iceborough Secodary College"
Faker::Educator.secondary_school #=> "Iceborough Secondary College"

Faker::Educator.course #=> "Associate Degree in Criminology"

Expand Down
2 changes: 1 addition & 1 deletion lib/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ en:

educator:
name: ['Marblewald', 'Mallowtown', 'Brookville', 'Flowerlake', 'Falconholt', 'Ostbarrow', 'Lakeacre', 'Clearcourt', 'Ironston', 'Mallowpond', 'Iceborough', 'Icelyn', 'Brighthurst', 'Bluemeadow', 'Vertapple', 'Ironbarrow']
secondary: ['High School', 'Secodary College', 'High']
secondary: ['High School', 'Secondary', 'High']
tertiary:
type: ['College', 'University', 'Technical College', 'TAFE']
course:
Expand Down