Skip to content

Commit 3e12cc1

Browse files
committed
fix: typo
1 parent ed27674 commit 3e12cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/router/validate-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = (obj) => {
1919
throw new Error(
2020
`Data must be an object. Found ${
2121
Array.isArray(obj) ? 'array' : typeof obj
22-
}
22+
}.
2323
'See https://github.com/typicode/json-server for example.`,
2424
)
2525
}

0 commit comments

Comments
 (0)