mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): correct typo in Navbar ("remainder" → "reminder") (#62378)
This commit is contained in:
parent
301232ce4f
commit
c486fc5d57
@ -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 = () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user