Skip to content

Commit

Permalink
existant => existent
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Jun 15, 2013
1 parent cf5bcf7 commit 57c0b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ end
```ruby ```ruby
class UsersController < ApplicationController class UsersController < ApplicationController
def update_name def update_name
# Change needed; form_for will try to use a non-existant PATCH route. # Change needed; form_for will try to use a non-existent PATCH route.
end end
end end
``` ```
Expand Down

0 comments on commit 57c0b54

Please sign in to comment.