From 3ee90b66bf59db5edbfb19239b1e63f2c4a04122 Mon Sep 17 00:00:00 2001 From: Jason Pettett <2100675+deadbeef404@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:39:49 +1000 Subject: [PATCH] Change word "specific" to be "specify" --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cb0f5446..fb266cd7 100644 --- a/README.rst +++ b/README.rst @@ -108,12 +108,12 @@ How to use? url(r'^saml2_auth/', include('django_saml2_auth.urls')), # The following line will replace the default user login with SAML2 (optional) - # If you want to specific the after-login-redirect-URL, use parameter "?next=/the/path/you/want" + # If you want to specify the after-login-redirect-URL, use parameter "?next=/the/path/you/want" # with this view. url(r'^accounts/login/$', django_saml2_auth.views.signin), # The following line will replace the admin login with SAML2 (optional) - # If you want to specific the after-login-redirect-URL, use parameter "?next=/the/path/you/want" + # If you want to specify the after-login-redirect-URL, use parameter "?next=/the/path/you/want" # with this view. url(r'^admin/login/$', django_saml2_auth.views.signin),