Skip to content

Commit 0a07c9d

Browse files
committed
Proper nouns get an uppercase letter
All hail The Great React with an uppercase first letter! Hip-hip HOORAY! Hip-hip HOORAY!
1 parent 7b1d195 commit 0a07c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/06.styling/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<EpicVideo url="https://www.epicreact.dev/workshops/react-fundamentals/intro-to-styling" />
44

5-
There are two primary ways to style react components
5+
There are two primary ways to style React components
66

77
1. Inline styles with the `style` prop
88
2. Regular CSS with the `className` prop
@@ -70,7 +70,7 @@ some significant limitations (like lack of media queries and pseudo-selectors),
7070
so it's not always the best choice.
7171

7272
<callout-warning class="aside">
73-
Note that in react the `{{` and `}}` is actually a combination of a JSX
73+
Note that in React the `{{` and `}}` is actually a combination of a JSX
7474
expression and an object expression. The same example above could be written
7575
like so:
7676

0 commit comments

Comments
 (0)