mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 05:03:48 -05:00
fix: update react props guide article (#25837)
Fix typo and improve the definition of props
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
title: Props
|
||||
---
|
||||
### What are the props?
|
||||
Props (short for properties) are the data passed into the component. They are immutable (read-only).
|
||||
Props (short for properties) are the data or functions passed into a component. They are immutable (read-only).
|
||||
Reference in New Issue
Block a user