Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix "the the " [ci skip]
  • Loading branch information
kamipo committed Jan 10, 2018
1 parent b8e5d4f commit 7ccd070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -10,7 +10,7 @@ class DateTime

# Either return an instance of +Time+ with the same UTC offset
# as +self+ or an instance of +Time+ representing the same time
# in the the local system timezone depending on the setting of
# in the local system timezone depending on the setting of
# on the setting of +ActiveSupport.to_time_preserves_timezone+.
def to_time
preserve_timezone ? getlocal(utc_offset) : getlocal
Expand Down
2 changes: 1 addition & 1 deletion guides/source/testing.md
Expand Up @@ -778,7 +778,7 @@ Then the test will fill in the title and body of the article with the specified
text. Once the fields are filled in, "Create Article" is clicked on which will
send a POST request to create the new article in the database.

We will be redirected back to the the articles index page and there we assert
We will be redirected back to the articles index page and there we assert
that the text from the new article's title is on the articles index page.

#### Taking it further
Expand Down
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -72,7 +72,7 @@ For more information on changes made to Rails 5.1 please see the [release notes]

### Top-level `HashWithIndifferentAccess` is soft-deprecated

If your application uses the the top-level `HashWithIndifferentAccess` class, you
If your application uses the top-level `HashWithIndifferentAccess` class, you
should slowly move your code to instead use `ActiveSupport::HashWithIndifferentAccess`.

It is only soft-deprecated, which means that your code will not break at the
Expand Down

0 comments on commit 7ccd070

Please sign in to comment.