From 4030126ebf64a052dc8479c5a17dba6b80694ee4 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Fri, 22 Nov 2024 11:31:05 +0100 Subject: [PATCH] Fix typo in docs --- cmd/bookmarks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bookmarks.go b/cmd/bookmarks.go index 38981f43..799305cc 100644 --- a/cmd/bookmarks.go +++ b/cmd/bookmarks.go @@ -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) {