Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fixes typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed May 5, 2019
1 parent a4d384e commit 4eba290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ export default {

## Each prop's default value need to be defined as same as the example code shown in above.

It's **not** supported to define each `default` property like `@Prop() prop = 'default value` .
It's **not** supported to define each `default` property like `@Prop() prop = 'default value'` .

### <a id="Model"></a> `@Model(event?: string, options: (PropOptions | Constructor[] | Constructor) = {})` decorator

Expand Down

0 comments on commit 4eba290

Please sign in to comment.