Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed May 25, 2018
1 parent 14e825e commit ebf4ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const vm = new Vue({
```javascript
ops: {
vuescroll: {
sizeStrategy: 'number';
sizeStrategy: 'number'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const vm = new Vue({
```javascript
ops: {
vuescroll: {
sizeStrategy: 'number';
sizeStrategy: 'number'
}
}
```
Expand Down

0 comments on commit ebf4ceb

Please # to comment.