We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9b34d commit 888c478Copy full SHA for 888c478
README.md
@@ -42,7 +42,7 @@ export const AuthError = AnyError.subclass('AuthError', {
42
[Creating](#errorhttpresponse) an HTTP error response.
43
44
```js
45
-const error = new AuthError('Could not authenticate', {
+const error = new AuthError('Could not authenticate.', {
46
http: {
47
instance: '/users/62',
48
extra: { userId: 62 },
0 commit comments