8000 minor #10642 Corrected typo (obax) · symfony/symfony-docs@9422f7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9422f7f

Browse files
committed
minor #10642 Corrected typo (obax)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #10642). Discussion ---------- Corrected typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9f17c96 Update custom_authentication_provider.rst
2 parents c3c7bfd + 9f17c96 commit 9422f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authentication_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ How to Create a custom Authentication Provider
1414

1515
Symfony provides support for the most
1616
:doc:`common authentication mechanisms </security/auth_providers>`. However, your
17-
app may need to integrated with some proprietary single-sing-on system or some
17+
app may need to integrated with some proprietary single-sign-on system or some
1818
legacy authentication mechanism. In those cases you could create a custom
1919
authentication provider. This article discusses the core classes involved
2020
in the authentication process, and how to implement a custom authentication

0 commit comments

Comments
 (0)
0