aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-05-06 22:31:22 -0700
committerZachary Scott <e@zzak.io>2015-05-06 22:31:22 -0700
commitc5ee5cf5827a0528409bf74f926e044400d7d99f (patch)
treeb99b69bba4919228480540cbf206c3b0a68eb54e /guides
parent268f13c425542fc6db236c26fba57830b2c14197 (diff)
downloadrails-c5ee5cf5827a0528409bf74f926e044400d7d99f.tar.gz
rails-c5ee5cf5827a0528409bf74f926e044400d7d99f.tar.bz2
rails-c5ee5cf5827a0528409bf74f926e044400d7d99f.zip
s/snipped/snippet for @senny :trollface:
Diffstat (limited to 'guides')
-rw-r--r--guides/source/routing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md
index e95ca95090..b1e4c8ad86 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -178,7 +178,7 @@ WARNING: A [long-standing bug](https://github.com/rails/rails/issues/1769) preve
```ruby
form_for @geocoder, url: geocoder_path do |f|
-# snipped for brevity
+# snippet for brevity
```
### Controller Namespaces and Routing