diff --git a/content/docs/en/contributing/writing-guides.mdx b/content/docs/en/contributing/writing-guides.mdx index 8f9b696c..ffe55f47 100644 --- a/content/docs/en/contributing/writing-guides.mdx +++ b/content/docs/en/contributing/writing-guides.mdx @@ -84,7 +84,7 @@ If you want to add an icon for your page then you should use [Lucide](https://lu 1. Go to the [site](https://lucide.dev/) and find an icon you like. 2. Once you have selected an icon, click on it, then click "See in action" -3. Next, click on "React" which we are using. Next, click on "React" which is what we are using. You will only need the text in the curly brackets on the first line. +3. Next, click on "React" which we are using. You will only need the text in the curly brackets on the first line. 4. Next, simply paste `icon: YourIcon` into Frontmatter. ## Callout @@ -132,4 +132,4 @@ you write why your page is classified as this type and what the user should know That's all! You are now a master at writing guides. Just remember, do not think you need to be perfect with your English, write the guide the way you will explain the topic to someone, and don't hesitate to ask for feedback or help if you need it. -Happy writing! \ No newline at end of file +Happy writing!