From 51a4602f5438e2c92a7b56e3fdd4cc27c5fb735d Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 22 May 2024 16:45:58 +0200 Subject: [PATCH] Update get_started.md --- docs/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get_started.md b/docs/get_started.md index 0055375..4394c5b 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -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