Skip to content

Commit

Permalink
Modify guides for a better sounding sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
teeceepee committed Mar 2, 2015
1 parent ffda39f commit b7aa845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -1483,10 +1483,10 @@ second argument, and then the options as another argument. The `method: :delete`
and `data: { confirm: 'Are you sure?' }` options are used as HTML5 attributes so
that when the link is clicked, Rails will first show a confirm dialog to the
user, and then submit the link with method `delete`. This is done via the
JavaScript file `jquery_ujs` which is automatically included into your
JavaScript file `jquery_ujs` which is automatically included in your
application's layout (`app/views/layouts/application.html.erb`) when you
generated the application. Without this file, the confirmation dialog box
wouldn't appear.
generated the application. Without this file, the confirmation dialog box won't
appear.

![Confirm Dialog](images/getting_started/confirm_dialog.png)

Expand Down

0 comments on commit b7aa845

Please sign in to comment.