From 29d2cfd9b6234307406e649f4500216edf1428c9 Mon Sep 17 00:00:00 2001 From: Alex Haslam Date: Wed, 20 Dec 2023 15:55:08 +0000 Subject: [PATCH] Update wording --- exampleSite/content/docs/shortcodes/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 810f416c..9ce4cb94 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -381,13 +381,13 @@ Check out the [mathematical notation samples]({{< ref "mathematical-notation" >} ## Keyword -The `keyword` creates a visually distinguished keyword that can be used in different use-cases, e.g. professional skills etc. The `keyword` shortcode relies on the `keywordList` shortcode to group together keywords. Each item can have the following properties. +The `keyword` component can be used to visually highlight certain important words or phrases, e.g. professional skills etc. The `keywordList` shortcode can be used to group together multiple `keyword` items. Each item can have the following properties. | Parameter | Description | | ----------- | -------------------------------------------- | -| `icon` | the icon to be used in the keyword | +| `icon` | Optional icon to be used in the keyword | The input is written in Markdown so you can format it however you please.