Skip to content

Commit e635829

Browse files
authored
Merge pull request #42 from yushimatenjin/fix-typo-README.md
Fix typo
2 parents 5a6b180 + 6ec88da commit e635829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can specify the overlay when applying the `copilot` HOC:
112112
```js
113113
copilot({
114114
overlay: 'svg', // or 'view'
115-
animated true, // or false
115+
animated: true, // or false
116116
})(RootComponent);
117117
```
118118

0 commit comments

Comments
 (0)