Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rails5/en/api_on_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include::chapter04-refactoring-tests.adoc[]

<<<

include::chapter05-athentification.adoc[]
include::chapter05-authentication.adoc[]

<<<

Expand Down
2 changes: 1 addition & 1 deletion rails5/en/chapter05-authentication.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[#chapter05-athentification]
[#chapter05-authentication]
= Authenticating users

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.
Expand Down
2 changes: 1 addition & 1 deletion rails5/fr/api_on_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include::chapter04-refactoring-tests.adoc[]

<<<

include::chapter05-athentification.adoc[]
include::chapter05-authentication.adoc[]

<<<

Expand Down
2 changes: 1 addition & 1 deletion rails5/fr/chapter05-authentication.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[#chapter05-athentification]
[#chapter05-authentication]
= Authentification des utilisateurs

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.
Expand Down
2 changes: 1 addition & 1 deletion rails6/en/api_on_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include::chapter03-presenting-users.adoc[]

<<<

include::chapter04-athentification.adoc[]
include::chapter04-authentication.adoc[]

<<<

Expand Down
2 changes: 1 addition & 1 deletion rails6/es/api_on_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include::chapter03-presenting-users.adoc[]

<<<

include::chapter04-athentification.adoc[]
include::chapter04-authentication.adoc[]

<<<

Expand Down
2 changes: 1 addition & 1 deletion rails6/es/chapter04-authentication.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[#chapter05-athentification]
[#chapter05-authentication]
= Autenticando al usuario

Ha sido un largo tiempo desde que iniciamos. Espero que te guste este viaje tanto como a mí.
Expand Down
2 changes: 1 addition & 1 deletion rails6/fr/api_on_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include::chapter03-presenting-users.adoc[]

<<<

include::chapter04-athentification.adoc[]
include::chapter04-authentication.adoc[]

<<<

Expand Down
2 changes: 1 addition & 1 deletion rails6/fr/chapter04-authentication.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[#chapter04-athentification]
[#chapter04-authentication]
= Authentification des utilisateurs

Cela fait longtemps que vous avez commencé. J’espère que vous appréciez ce voyage autant que moi.
Expand Down