Skip to content

Commit de74578

Browse files
authored
Merge pull request #745 from TomHAnderson/hotfix/docs-artifact
Removed `\ artifacts
2 parents ee67aab + f5557e8 commit de74578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/authentication.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ following workflow is used:
2020
configuration.
2121
2. Create a storage adapter. If the authentication succeeds, the
2222
identifier of the entity will be automatically stored in session.
23-
3. Create a ``Laminas\Authentication\AuthenticationService``\ instance
23+
3. Create a ``Laminas\Authentication\AuthenticationService`` instance
2424
that contains both the authentication adapter and the storage
2525
adapter.
2626

@@ -173,7 +173,7 @@ the following code in your Module.php class:
173173
174174
Please note that I am using here a
175175
``Laminas\Authentication\AuthenticationService`` name, but it can be
176-
anything else (``my_auth_service``\ …). However, using the name
176+
anything else (``my_auth_service`` …). However, using the name
177177
``Laminas\Authentication\AuthenticationService`` will allow it to be
178178
recognised by the Laminas `Identity view
179179
helper <https://docs.laminas.dev/laminas-view/helpers/identity/>`__.

0 commit comments

Comments
 (0)