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

This commit is contained in:
Heather
2018-10-22 14:41:36 -07:00
committed by Aditya
parent a87a87075a
commit 3f695e4ebd

View File

@ -2,4 +2,4 @@
title: Props title: Props
--- ---
### What are the 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).