Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 22, 2023
1 parent ed27674 commit 3e12cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/router/validate-data.js
Expand Up @@ -19,7 +19,7 @@ module.exports = (obj) => {
throw new Error(
`Data must be an object. Found ${
Array.isArray(obj) ? 'array' : typeof obj
}
}.
'See https://github.com/typicode/json-server for example.`,
)
}
Expand Down

0 comments on commit 3e12cc1

Please sign in to comment.