From a29a0bff1e73995b8524674ddf725e20f36cd3eb Mon Sep 17 00:00:00 2001 From: rmccar <42928680+rmccar@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:51:06 +0000 Subject: [PATCH] Update src/components/autosuggest/_macro-options.md Co-authored-by: Precious Onyenaucheya <86783201+precious-onyenaucheya-ons@users.noreply.github.com> --- src/components/autosuggest/_macro-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/autosuggest/_macro-options.md b/src/components/autosuggest/_macro-options.md index c077e1bf24..e169e62837 100644 --- a/src/components/autosuggest/_macro-options.md +++ b/src/components/autosuggest/_macro-options.md @@ -17,4 +17,4 @@ | resultsTitleId | string | true | ID for the results title. The ID is used in the results `aria-labelledby` to provide context for the results | | input | `Input` [_(ref)_](/components/input) | true | Configuration object for the input | | language | string | false | The ISO 639-1 Code will override the default language in page. Please note that only 'en', 'cy' and 'ni' is currently supported | -| id | string | false | The `id` if the input | +| id | string | false | The `id` of the input |