mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-18 16:01:35 -04:00
fix(curriculum): correct typo in Navbar ("remainder" → "reminder") (#62378)
This commit is contained in:
@@ -11,7 +11,7 @@ Now it is time to build out the `Navbar` component using JSX.
|
||||
|
||||
You learned in the previous lectures that JSX is a syntax extension for JavaScript that allows you to write HTML-like code within JavaScript, making it easier to create and manage React components.
|
||||
|
||||
Here is a remainder of what JSX looks like:
|
||||
Here is a reminder of what JSX looks like:
|
||||
|
||||
```jsx
|
||||
const App = () => {
|
||||
|
||||
Reference in New Issue
Block a user