Skip to content

Commit 1e7bcf4

Browse files
authored
fix minor typo
1 parent 0929ff8 commit 1e7bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced_topics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ In order to do that, you need to write a custom urlpatterns
131131
re_path(r"^introspect/$", oauth2_views.IntrospectTokenView.as_view(), name="introspect"),
132132
] + urls.management_urlpatterns + urls.oidc_urlpatterns
133133
134-
You can then remplace ``oauth2_provider.urls`` with the path to your urls file, but make sure you keep the
134+
You can then replace ``oauth2_provider.urls`` with the path to your urls file, but make sure you keep the
135135
same namespace as before.
136136

137137
.. code-block:: python

0 commit comments

Comments
 (0)