Merge pull request #30822 from akshay-vishnoi/fix-typo

[ci skip] Fix typo
This commit is contained in:
Ryuta Kamizono 2017-10-07 15:05:37 +09:00 committed by GitHub
commit 142831159c
2 changed files with 2 additions and 2 deletions

View File

@ -596,4 +596,4 @@ end
```
You should follow Rails conventions when defining your own events. The format is: `event.library`.
If you application is sending Tweets, you should create an event named `tweet.twitter`.
If your application is sending Tweets, you should create an event named `tweet.twitter`.

View File

@ -1317,7 +1317,7 @@ know which pages it is allowed to index.
Rails creates this file for you inside the `/public` folder. By default, it allows
search engines to index all pages of your application. If you want to block
indexing on all pages of you application, use this:
indexing on all pages of your application, use this:
```
User-agent: *