Skip to content

Commit

Permalink
Fix GoDoc for Prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Aug 27, 2024
1 parent 6370b55 commit 55c3742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions management/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ const (
// InsertionPointFormFooterEnd represents the form-footer-end insertion point.
InsertionPointFormFooterEnd InsertionPoint = "form-footer-end"

// InsertionPointSecondaryActionsStart represents the primary-actions-start insertion point.
// InsertionPointSecondaryActionsStart represents the secondary-actions-start insertion point.
InsertionPointSecondaryActionsStart InsertionPoint = "secondary-actions-start"

// InsertionPointSecondaryActionsEnd represents the primary-actions-end insertion point.
// InsertionPointSecondaryActionsEnd represents the secondary-actions-end insertion point.
InsertionPointSecondaryActionsEnd InsertionPoint = "secondary-actions-end"
)

Expand Down

0 comments on commit 55c3742

Please sign in to comment.