1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix typo

This commit is contained in:
Akshay Vishnoi 2017-10-07 03:08:51 +05:30
parent 6375c9a3ae
commit 823c17e4ab
2 changed files with 2 additions and 2 deletions

View file

@ -549,4 +549,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: *