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

Stargate documentation incorrect name fix #1611

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/tv_shows/stargate.md
@@ -1,9 +1,9 @@
# Faker::TvShows::Stargate

```ruby
Faker::TvShows::StarTrek.character #=> "Jack O'Neill"
Faker::TvShows::Stargate.character #=> "Jack O'Neill"

Faker::TvShows::StarTrek.planet #=> "Abydos"
Faker::TvShows::Stargate.planet #=> "Abydos"

Faker::TvShows::StarTrek.quote #=> "General, request permission to beat the crap out of this man."
Faker::TvShows::Stargate.quote #=> "General, request permission to beat the crap out of this man."
```