Skip to content

Commit

Permalink
Merge pull request #685 from overmindtech/typos
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
DavidS-ovm authored Nov 22, 2024
2 parents f632618 + 4030126 commit d9251ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bookmarks.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var bookmarksCmd = &cobra.Command{
Use: "bookmarks",
GroupID: "api",
Short: "Interact with the bookarks that were created in the Explore view",
Short: "Interact with the bookmarks that were created in the Explore view",
Long: `A bookmark in Overmind is a set of queries that are stored together and can be
executed as a single block.`,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit d9251ec

Please sign in to comment.