Skip to content

Commit d42e37c

Browse files
BezneimaSimek
andauthored
spelling mistake in line 256 intro-react.md (facebook#2670)
* spelling mistake in line 256 intro-react.md * port fix to the latest versioned docs Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
1 parent 554ea5b commit d42e37c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎docs/intro-react.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ You can put as many cats in your cafe as you like. Each `<Cat>` renders a unique
253253

254254
## Props
255255

256-
**Props** is short for “properties.” Props let you customize React components. For example, here you pass each `<Cat>` a different `name` for `Cat` to render:
256+
**Props** is short for “properties”. Props let you customize React components. For example, here you pass each `<Cat>` a different `name` for `Cat` to render:
257257

258258
```SnackPlayer name=Multiple%20Props
259259
import React from 'react';

‎website/versioned_docs/version-0.64/intro-react.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ You can put as many cats in your cafe as you like. Each `<Cat>` renders a unique
253253

254254
## Props
255255

256-
**Props** is short for “properties.” Props let you customize React components. For example, here you pass each `<Cat>` a different `name` for `Cat` to render:
256+
**Props** is short for “properties”. Props let you customize React components. For example, here you pass each `<Cat>` a different `name` for `Cat` to render:
257257

258258
```SnackPlayer name=Multiple%20Props
259259
import React from 'react';

0 commit comments

Comments
 (0)