Skip to content

Commit

Permalink
Update get_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed May 22, 2024
1 parent 21011e4 commit 51a4602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sd_custom_directives = {
The key is the new directive name to add, and the value is a dictionary with the following keys:

- `inherit`: The directive to inherit from (e.g. `dropdown`)
- `argument`: The default argument (optional, only for directives that take a single optional argument)
- `argument`: The default argument (optional, only for directives that take a single argument)
- `options`: A dictionary of default options for the directive (optional)

## Supported browsers
Expand Down

0 comments on commit 51a4602

Please sign in to comment.