Skip to content

Commit 8d0783c

Browse files
committed
Fix readme typo
1 parent 5b1d581 commit 8d0783c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ posts := database.NewStore(db, func() *Post {
320320
> **Note:** The type parameter is optional when creating a new store. They can
321321
> be given to provide more explicitness in code, such as `NewStore[*Post]`.
322322
323-
In the above exmaple a new [database.Store][] is created for working with Post
323+
In the above example a new [database.Store][] is created for working with Post
324324
models. With this in place, Post models can now be created, retrieved, updated,
325325
and deleted.
326326

0 commit comments

Comments
 (0)