Skip to content

Commit

Permalink
blog: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Sep 19, 2023
1 parent 536f75c commit f02d3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/release-023.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default {
// count before
const before = await User.count();

// this works, as `age` it's smaller than 255
// this works, as `age` is smaller than 255
// user will contain a generated id and {age: 120}
const user = await User.insert({
age: 120,
Expand Down

0 comments on commit f02d3cf

Please sign in to comment.