From fc7bd4d5e648d30df0816c3951a312a8085b6de1 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:28:19 +0100 Subject: [PATCH] Fix typo (#5222) --- beta/src/content/learn/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/learn/index.md b/beta/src/content/learn/index.md index 25931f8b..f5ca57d3 100644 --- a/beta/src/content/learn/index.md +++ b/beta/src/content/learn/index.md @@ -96,7 +96,7 @@ If you have a lot of HTML to port to JSX, you can use an [online converter.](htt ## Adding styles {/*adding-styles*/} -In React, you specify a CSS class with `className`. It works the same way as HTML [`class`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class) attribute: +In React, you specify a CSS class with `className`. It works the same way as the HTML [`class`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class) attribute: ```js