Skip to content

Commit dad202f

Browse files
committed
Merge branch 'master' of github.com:madeindjs/api_on_rails
2 parents 7a2f97f + 7ae3747 commit dad202f

9 files changed

+9
-9
lines changed

rails5/en/api_on_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include::chapter04-refactoring-tests.adoc[]
3636

3737
<<<
3838

39-
include::chapter05-athentification.adoc[]
39+
include::chapter05-authentication.adoc[]
4040

4141
<<<
4242

rails5/en/chapter05-authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[#chapter05-athentification]
1+
[#chapter05-authentication]
22
= Authenticating users
33

44
It's been a long way since you started. I hope you are enjoying this trip as much as me. On previous chapter we refactor our test suite and since we did not add much code. If you skipped that chapter I recommend you read it. As we are going to be using some of the methods in the chapters to come.

rails5/fr/api_on_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include::chapter04-refactoring-tests.adoc[]
3636

3737
<<<
3838

39-
include::chapter05-athentification.adoc[]
39+
include::chapter05-authentication.adoc[]
4040

4141
<<<
4242

rails5/fr/chapter05-authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[#chapter05-athentification]
1+
[#chapter05-authentication]
22
= Authentification des utilisateurs
33

44
Cela fait longtemps que vous avez commencé. J'espère que vous appréciez ce voyage autant que moi. Au chapitre 4, nous avons factorisé notre suite de tests et, comme nous n'avons pas ajouté beaucoup de code, cela n'a pas pris trop de temps. Si vous avez sauté ce chapitre, je vous recommande de le lire, car nous allons utiliser certaines méthodes dans les chapitres à venir.

rails6/en/api_on_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include::chapter03-presenting-users.adoc[]
3232

3333
<<<
3434

35-
include::chapter04-athentification.adoc[]
35+
include::chapter04-authentication.adoc[]
3636

3737
<<<
3838

rails6/es/api_on_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include::chapter03-presenting-users.adoc[]
3232

3333
<<<
3434

35-
include::chapter04-athentification.adoc[]
35+
include::chapter04-authentication.adoc[]
3636

3737
<<<
3838

rails6/es/chapter04-authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[#chapter05-athentification]
1+
[#chapter05-authentication]
22
= Autenticando al usuario
33

44
Ha sido un largo tiempo desde que iniciamos. Espero que te guste este viaje tanto como a mí.

rails6/fr/api_on_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include::chapter03-presenting-users.adoc[]
3232

3333
<<<
3434

35-
include::chapter04-athentification.adoc[]
35+
include::chapter04-authentication.adoc[]
3636

3737
<<<
3838

rails6/fr/chapter04-authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[#chapter04-athentification]
1+
[#chapter04-authentication]
22
= Authentification des utilisateurs
33

44
Cela fait longtemps que vous avez commencé. J'espère que vous appréciez ce voyage autant que moi.

0 commit comments

Comments
 (0)