Skip to content

Commit e776505

Browse files
committed
fixup! Add collections actions to readme
1 parent ed2b0ff commit e776505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/collections.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type GetCollectionResponse struct {
9191
// getCollectionCmd represents the command to get detailed info on a collection in Webflow
9292
var getCollectionCmd = &cobra.Command{
9393
Use: "get [collection_id]",
94-
Short: "get details information for a collection",
94+
Short: "get detailed information for a collection",
9595
Args: cobra.ExactArgs(1),
9696
Run: func(cmd *cobra.Command, args []string) {
9797
collectionId := args[0]

0 commit comments

Comments
 (0)