Skip to content

Commit

Permalink
Fixed typo in README.md (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophyphreak committed Jun 30, 2022
1 parent c7fef7b commit 2639a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ import { factory, primaryKey } from '@mswjs/data'
const db = factory({
user: {
id: primaryKey(String),
firstName: String
firstName: String,
age: Number
}
})
Expand Down

0 comments on commit 2639a1f

Please sign in to comment.