Skip to content

Commit 8915bb9

Browse files
authored
Fix docs syntax
1 parent f6c6632 commit 8915bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prop-name-casing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
props: {
8585
/* ✓ GOOD */
8686
greetingText: String,
87-
foo-bar: String,
87+
'foo-bar': String,
8888
_uid: String,
8989
9090
/* ✗ BAD */

0 commit comments

Comments
 (0)