Skip to content

Commit 888c478

Browse files
committed
Update README
1 parent eb9b34d commit 888c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const AuthError = AnyError.subclass('AuthError', {
4242
[Creating](#errorhttpresponse) an HTTP error response.
4343

4444
```js
45-
const error = new AuthError('Could not authenticate', {
45+
const error = new AuthError('Could not authenticate.', {
4646
http: {
4747
instance: '/users/62',
4848
extra: { userId: 62 },

0 commit comments

Comments
 (0)