Skip to content

Commit 443d8a0

Browse files
committed
fix: typo
1 parent 33f9a38 commit 443d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/client-applications.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ client registration. Here is an example of dynamic registration you can implemen
118118
Nominal authentication workflow
119119
-------------------------------
120120

121-
Let us suppose that your application have a ``/protected`` endpoint tthat redirects users
121+
Let us suppose that your application have a ``/protected`` endpoint that redirects users
122122
to the IAM server if unauthenticated.
123123
We suppose that you have a `test_client` fixture like werkzeug :class:`~werkzeug.test.Client`
124124
that allows to test your application endpoints without real HTTP requests.

0 commit comments

Comments
 (0)