Skip to content

Commit 06d330c

Browse files
authored
Merge pull request #39 from janza/patch-1
Fix typo in example code
2 parents bdc1849 + 76b9554 commit 06d330c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flowtip-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FlowTip has 3 required config values (`target`, `content`, and `bounds` as [DOMR
88

99
```js
1010
const config = {
11-
rect: {top: 10, left: 100, width: 100, height: 20},
11+
target: {top: 10, left: 100, width: 100, height: 20},
1212
content: {width: 250, height: 200},
1313
bounds: {top: 0, left: 0, width: 1200, height: 800},
1414
// Optional config values.

0 commit comments

Comments
 (0)