diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index 9775c804b1f..c3a332bc9e3 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -108,7 +108,7 @@ Leading and trailing whitespace, as well as lines starting with `#` are ignored. * `name`: The real name of the user to be displayed in their profile. -Stdaerr is not read at all and just passed through to that of the Home Assistant process, hence you can use it for status messages or suchlike. +Stderr is not read at all and just passed through to that of the Home Assistant process, hence you can use it for status messages or suchlike.

Any leading and trailing whitespace is stripped from usernames before they're passed to the configured command. For instance, " hello " will be rewritten to just "hello".