File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ means attention to detail and knowledge of required props is necessary. It is al
102102to make sure all components have closing tags. Here are some examples.
103103
104104With Children:
105- ``` mdxjs
105+ ``` mdx
106106<OfficerBio imageSrc = " /officer-images/will.jpg" >
107107
108108## Will Smith
@@ -113,7 +113,7 @@ With Children:
113113```
114114
115115Without Children:
116- ``` mdxjs
116+ ``` mdx
117117<Divider width = " 80%" />
118118```
119119
@@ -160,4 +160,4 @@ Guide for the Blog can be found [here](./blog.md).
160160
161161## Technical Documentation
162162
163- Guide for the Technical Documentation can be found [ here] ( ./tech-docs.md ) .
163+ Guide for the Technical Documentation can be found [ here] ( ./tech-docs.md ) .
You can’t perform that action at this time.
0 commit comments