Skip to content

Commit aececce

Browse files
committed
fix: Fix spelling of 'enum' key in schema yml (BDS-251)
The documentation wasn't building properly without this.
1 parent ebf46f2 commit aececce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/bolt-background/background.schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ properties:
3434
fill:
3535
type: string
3636
description: Type of fill to use for the overlay.
37-
emum:
37+
enum:
3838
- color
3939
- gradient
4040
focalPoint:

0 commit comments

Comments
 (0)