Skip to content

Commit f833b5b

Browse files
fix: preview doc
1 parent 8a4ac25 commit f833b5b

File tree

1 file changed

+3
-2
lines changed
  • tools/cli/internal/openapi/filter

1 file changed

+3
-2
lines changed

tools/cli/internal/openapi/filter/bump.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ const (
3131
stateFieldValueUpcoming = "UPCOMING"
3232
stateFieldValuePreview = "PREVIEW"
3333
betaFieldName = "x-beta"
34-
description = "This API is in preview. Breaking changes might be introduced before it is released. " +
35-
"Don't use preview APIs in production."
34+
description = `This API is in preview. Breaking changes might be introduced before it is released. Don't use preview APIs in production.
35+
36+
`
3637
)
3738

3839
func (f *BumpFilter) ValidateMetadata() error {

0 commit comments

Comments
 (0)