diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-03-29 18:58:10 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-03-29 18:58:10 +0530 |
commit | fc959d6efd9fbbe37fd4bf34abe08680f70d59fa (patch) | |
tree | cfd2520997d2a28f352a243344218f99c50a2944 /guides/source | |
parent | 91eeefc7953672de5923389308266a1744f3b176 (diff) | |
download | rails-fc959d6efd9fbbe37fd4bf34abe08680f70d59fa.tar.gz rails-fc959d6efd9fbbe37fd4bf34abe08680f70d59fa.tar.bz2 rails-fc959d6efd9fbbe37fd4bf34abe08680f70d59fa.zip |
s/documention/documentation/
[ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/action_view_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 46116b1e47..d49df23e4a 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -177,7 +177,7 @@ would produce: } ``` -See the [Jbuilder documention](https://github.com/rails/jbuilder#jbuilder) for +See the [Jbuilder documentation](https://github.com/rails/jbuilder#jbuilder) for more examples and information. #### Template Caching |