diff options
author | Teddy Wing | 2017-07-27 23:49:18 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-27 23:49:18 +0200 |
commit | 3f343b6f150046cf1587552c134331bf359cb6f9 (patch) | |
tree | d60662b99e5876bfb895f68aba2782f58e9ac8a8 | |
parent | 13bed87690daa908bc7c262feca21a5739127a53 (diff) | |
download | Deux-Scoops-Rails-Tutorial-3f343b6f150046cf1587552c134331bf359cb6f9.tar.bz2 |
004-Création.md: Change "redirect sur" to "redirect à"
Maybe it should go full "redirige", but for now "à" sounded better than
"sur" when I read this paragraph over again.
-rw-r--r-- | 004-Création.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/004-Création.md b/004-Création.md index 2f71f91..2e0f634 100644 --- a/004-Création.md +++ b/004-Création.md @@ -68,7 +68,7 @@ On va ajouter un formulaire pour créer une nouvelle glace. end On essaye de sauvegarder la glace venant du formulaire. Si on réussi, on - redirect sur la page index du `IceCreamsController`, sinon on affiche le + redirect à la page index du `IceCreamsController`, sinon on affiche le formulaire. 7. Pour l'instant, nos glaces ne sont pas associés à un utilisateur. On va faire |