Skip to content

Commit

Permalink
chore: fix back typo
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Jan 9, 2025
1 parent 8b7a457 commit 3621f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/boards/render.gno
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func RenderBoard(bid BoardID) string {

func Render(path string) string {
if path == "" {
str := "There are all the boards of this realm:\n\n"
str := "These are all the boards of this realm:\n\n"
gBoards.Iterate("", "", func(key string, value interface{}) bool {
board := value.(*Board)
str += " * [" + board.url + "](" + board.url + ")\n"
Expand Down

0 comments on commit 3621f7f

Please sign in to comment.