Skip to content

Commit ea65aea

Browse files
Naturalclarwardpeet
authored andcommitted
docs: fix React terminology (#20896)
1 parent 4d27336 commit ea65aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/sourcing-content-from-json-or-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const YAMLbuildtime = () => (
6565
export default YAMLbuildtime
6666
```
6767

68-
The above code imports YAML source data as an array, iterates over it with the `Array.map` method, and renders the data-filled markup through a functional stateless React component.
68+
The above code imports YAML source data as an array, iterates over it with the `Array.map` method, and renders the data-filled markup through a functional React component.
6969

7070
## Directly import data with JSON
7171

0 commit comments

Comments
 (0)