Skip to content

Commit

Permalink
docs: remove extra close parentheses. (#2692)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByMykel committed Jan 29, 2023
1 parent e101fb8 commit 77287e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/useElementSize/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
height,
}
}
})
}
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/core/useFocus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export default {
focused,
}
}
})
}
</script>
```
2 changes: 1 addition & 1 deletion packages/core/useMousePressed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default {
pressed,
}
}
})
}
</script>
```

Expand Down

0 comments on commit 77287e6

Please sign in to comment.