Fixed typo: "date" to "data" (#21905)

pull/26439/head
Heather 2018-10-22 14:41:36 -07:00 committed by Aditya
parent a87a87075a
commit 3f695e4ebd
1 changed files with 1 additions and 1 deletions

View File

@ -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).