Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chen4903 committed Nov 19, 2024
1 parent 7901596 commit 2915017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v28/02-guide/04-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Add the `PostKey` and `PostCountKey` functions to the `x/blog/types/keys.go` fil

```go title="x/blog/types/keys.go"
// PostKey is used to uniquely identify posts within the system.
// It will be used as the beginning of the key for each post, followed bei their unique ID
// It will be used as the beginning of the key for each post, followed by their unique ID
PostKey = "Post/value/"

// This key will be used to keep track of the ID of the latest post added to the store.
Expand Down

0 comments on commit 2915017

Please sign in to comment.