Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Apr 6, 2024
1 parent 6c0a97d commit 3bacbb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Web component for interactive random tables.

**[Demo](https://grislyeye.github.io/vellum-random-table/)**

| Attribute | Description | Default |
| ---------- | ----------------------------------------------------------------------------------- | ------- |
| `select` | The container/input to display roll results, identified by a CSS selector. | |
| `preroll` | Load table with pre-rolled result. | `false` |
| `hideroll` | Hide rolls and just display the results. | `false` |
| `hidecalc` | Show rolls but hides calculations (i.e. `1 + 4`). Ignored when `hideroll == false`. | `false` |
| Attribute | Description | Default |
| ---------- | ---------------------------------------------------------------------------------- | ------- |
| `select` | The container/input to display roll results, identified by a CSS selector. | |
| `preroll` | Load table with pre-rolled result. | `false` |
| `hideroll` | Hide rolls and just display the results. | `false` |
| `hidecalc` | Show rolls but hides calculations (i.e. `1 + 4`). Ignored when `hideroll == true`. | `false` |

### Examples

Expand Down

0 comments on commit 3bacbb9

Please sign in to comment.