Skip to content

Commit

Permalink
Merge pull request #30 from kulakowka/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
corymsmith authored and daffl committed Aug 21, 2018
1 parent d31aec1 commit 1972122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/errors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npm install --save feathers-errors
import errors from 'feathers-errors';

// If you were to create an error yourself.
var notFound = new errors.NotFound('User does not exist'));
var notFound = new errors.NotFound('User does not exist');

// You can wrap existing errors
var existing = new errors.GeneralError(new Error('I exist'));
Expand Down

0 comments on commit 1972122

Please sign in to comment.