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:
parent
6375c9a3ae
commit
823c17e4ab
2 changed files with 2 additions and 2 deletions
|
@ -549,4 +549,4 @@ end
|
||||||
```
|
```
|
||||||
|
|
||||||
You should follow Rails conventions when defining your own events. The format is: `event.library`.
|
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`.
|
||||||
|
|
|
@ -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
|
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
|
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: *
|
User-agent: *
|
||||||
|
|
Loading…
Reference in a new issue