mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 01:00:13 -04:00
Fixed typo: "date" to "data" (#21905)
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
title: Props
|
||||
---
|
||||
### What are the props?
|
||||
Props (short for properties) are the date passed into the component. They are immutable (read-only).
|
||||
Props (short for properties) are the data passed into the component. They are immutable (read-only).
|
||||
|
||||
Reference in New Issue
Block a user