From 4a6253d689e3f68b02f6402840f408c7fd824bc4 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Mon, 12 Sep 2022 10:39:13 +0100 Subject: [PATCH] ui: Action docs typo (#14512) --- ui/packages/consul-ui/app/components/action/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/app/components/action/README.mdx b/ui/packages/consul-ui/app/components/action/README.mdx index 72050bd634..0cd77ac39b 100644 --- a/ui/packages/consul-ui/app/components/action/README.mdx +++ b/ui/packages/consul-ui/app/components/action/README.mdx @@ -20,7 +20,7 @@ You don't need to worry/think about which native tag to use the component will use the semantically correct tag depending on whether you give it a href argument or not. -If you give the Action a `href` then that will navigate you to that hyerlink +If you give the Action a `href` then that will navigate you to that hyperlink reference (semantically this is the same as the HTML Anchor tag, and semantically renders as one).