From 9391acee4560bcd1d6e12b2f9df8218123ad47a2 Mon Sep 17 00:00:00 2001 From: Hello9999901 Date: Mon, 1 Aug 2022 12:20:43 -0400 Subject: [PATCH] i forgot to run prettier on the component --- docs/src/components/codes/SpellingCaution.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/src/components/codes/SpellingCaution.jsx b/docs/src/components/codes/SpellingCaution.jsx index 95a10a72..15ba9488 100644 --- a/docs/src/components/codes/SpellingCaution.jsx +++ b/docs/src/components/codes/SpellingCaution.jsx @@ -5,12 +5,16 @@ */ import React from "react"; -import Admonition from '@theme/Admonition'; +import Admonition from "@theme/Admonition"; export default function SpellingCaution() { return ( -

Take extra notice of the spelling of the keycodes, especially the shorthand spelling. Otherwise, it will result in an elusive parsing error!

+

+ Take extra notice of the spelling of the keycodes, especially the + shorthand spelling. Otherwise, it will result in an elusive parsing + error! +

); }