Skip to content

Commit 8878957

Browse files
authored
docs: improve wording (#2247)
1 parent f8eaa67 commit 8878957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/features/rough-marker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ Slidev integrates [Rough Notation](https://github.com/linkstrifer/react-rough-no
1717

1818
### `v-mark` directive
1919

20-
Rough Notation integrates comes with the `v-mark` directive.
20+
Rough Notation integration comes with the `v-mark` directive.
2121

2222
#### Type
2323

24-
`v-mark.underline` for the underline mark, `v-mark.circle` for the circle mark, etc. Default to `underline`
24+
Use `v-mark.underline` for the underline mark, `v-mark.circle` for the circle mark, etc. (defaults to `underline`).
2525

2626
#### Color
2727

28-
`v-mark.red` makes the notation `red`. Supported built-in color themes from UnoCSS. For custom colors, use object syntax `v-mark="{ color: '#234' }"`
28+
`v-mark.red` makes the notation `red`. Supported built-in color themes from UnoCSS. For custom colors, use object syntax `v-mark="{ color: '#234' }"`.
2929

3030
#### Clicks
3131

3232
`v-mark` works like `v-click` and will trigger after a click. Same as `v-click`, it allows you to pass a custom click value, like `v-mark="5"` or `v-mark="'+1'"`.
3333

3434
#### Options
3535

36-
Optionally you can pass an object to `v-mark` to specify the options, for example:
36+
Optionally, you can pass an object to `v-mark` to specify the options, for example:
3737

3838
```vue
3939
<span v-mark="{ at: 5, color: '#234', type: 'circle' }">

0 commit comments

Comments
 (0)