Skip to content

Commit eb34e8f

Browse files
authored
docs: Fix README Content Actions props table
1 parent 168b514 commit eb34e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ One event by element is possible so far as elements are referenced by selector.
146146
```
147147

148148
| Props | Type | Default | Description |
149-
| ----------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------- | --- |
149+
| ----------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------- |
150150
| `eventType` | string | null | Type of the event. All available [events](https://developer.mozilla.org/fr/docs/Web/Events) can be used. |
151151
| `callback` | function | null | Function to be used as event handler. |
152152
| `callbackParams` | array | null | List of arguments to pass to the event handler in. |
153-
| `closeOnCallback` | boolean | false | Flag to automatically close the tooltip when the event handler is triggered. | |
153+
| `closeOnCallback` | boolean | false | Flag to automatically close the tooltip when the event handler is triggered. |
154154

155155
## Development
156156

0 commit comments

Comments
 (0)