Skip to content

Commit d9d2cd0

Browse files
author
Christopher J Baker
authored
fix camelCase/kebabCase
1 parent 89c2c57 commit d9d2cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/complete-example.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ If we access those attributes (`colorMode` and `buttonVariant`):
6262
<web-greeting
6363
name="Sven"
6464
description="How do you do?"
65-
colorMode="dark"
66-
buttonVariant="contained">
65+
color-mode="dark"
66+
button-variant="contained">
6767
</web-greeting>
6868
</body>
6969
```

0 commit comments

Comments
 (0)