Skip to content

Commit 45be06a

Browse files
authored
Merge pull request SAML-Toolkits#24 from argh128/typo_correction
Correct typo in documentation
2 parents 6ee3f09 + b1b03d8 commit 45be06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onelogin-saml-sso/php/configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function plugin_setting_boolean_onelogin_saml_keep_local_login() {
230230
$value = get_option('onelogin_saml_keep_local_login');
231231
echo '<input type="checkbox" name="onelogin_saml_keep_local_login" id="onelogin_saml_keep_local_login"
232232
'.($value ? 'checked="checked"': '').'>'.
233-
'<p class="description">'.__('Enable/disable the normal login form. If disabled, instead of prompt the login form, WP will excecute directly the SP-initiated SSO flow. If enabled te normal login form is showed and a link to initiate that flow is prompted.', 'onelogin-saml-sso').'</p>';
233+
'<p class="description">'.__('Enable/disable the normal login form. If disabled, instead of prompt the login form, WP will excecute directly the SP-initiated SSO flow. If enabled the normal login form is showed and a link to initiate that flow is prompted.', 'onelogin-saml-sso').'</p>';
234234
}
235235

236236
function plugin_setting_select_onelogin_saml_account_matcher() {

0 commit comments

Comments
 (0)