Skip to content

Commit

Permalink
Update STYLE_GUIDE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Viki Val <[email protected]>
  • Loading branch information
kkukelka and vikiival authored Apr 1, 2022
1 parent 2b94454 commit 3abb027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class MyComponent extends Vue {
### Using Components In Templates
Custom components and prop bindings should be used like this
```vue
<MyCustomComponent :property-name="doSomething">
<MyCustomComponent :propertyName="doSomething">
{{ someProperty }}
</MyCustomComponent>
```
Expand Down

0 comments on commit 3abb027

Please sign in to comment.