From 060597f50753bfd409b4a7c3b50981db959045fd Mon Sep 17 00:00:00 2001 From: Simon Katan Date: Wed, 28 Feb 2024 16:34:56 +0000 Subject: [PATCH] Update src/docs/designingComponents.mdx Co-authored-by: James Sheasby Thomas --- src/docs/designingComponents.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/designingComponents.mdx b/src/docs/designingComponents.mdx index 05ed25ef..6989207e 100644 --- a/src/docs/designingComponents.mdx +++ b/src/docs/designingComponents.mdx @@ -48,6 +48,6 @@ Long names are better than ambiguous names. ## Use the component template -The template lives at src/components/CopyPasteThisComponent. Copy and paste replacing the name and other details as relevant. +The template lives at `src/components/CopyPasteThisComponent`. Copy and paste, replacing the name and other details as relevant. It contains helpful tips for best practice and a basic structure to get you started.