Skip to content

Commit 5076d5a

Browse files
authored
Merge pull request #5482 from WiXSL/fix-docs-typo
[Doc] Fix typo
2 parents 151b945 + 61f109e commit 5076d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export default {
228228
};
229229
```
230230

231-
When `authProvider.checkError()` returns a rejected Promise, react-admin displays a notification to the end user, unlsee the `error.message` is `false`. That means you can disable the notification on error as follows:
231+
When `authProvider.checkError()` returns a rejected Promise, react-admin displays a notification to the end user, unless the `error.message` is `false`. That means you can disable the notification on error as follows:
232232

233233
```js
234234
// in src/authProvider.js

0 commit comments

Comments
 (0)