Skip to content

Commit 1fb5bed

Browse files
committed
"safetiness" -> safety
1 parent d5906ae commit 1fb5bed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/docs/react/latest/introduction.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All our documented examples can be compiled in our [ReScript Playground](/try) a
1717
- No Babel plugins required (JSX is part of the language!)
1818
- Comes with all essential React APIs for building production ready apps (`useState`, `useReducer`, `useEffect`, `useRef`,...)
1919
- No component class API (all ReScript & React codebases are built on function components & hooks)
20-
- Strong level of type safetiness and type inference for component props and state values
20+
- Strong level of type safety and type inference for component props and state values
2121
- [GenType](/docs/gentype/latest/introduction) support for importing / exporting React components in TypeScript codebases
2222

2323
> **This documentation assumes basic knowledge about ReactJS.**

pages/docs/react/v0.10.0/introduction.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All our documented examples can be compiled in our [ReScript Playground](/try) a
1717
- No Babel plugins required (JSX is part of the language!)
1818
- Comes with all essential React APIs for building production ready apps (`useState`, `useReducer`, `useEffect`, `useRef`,...)
1919
- No component class API (all ReScript & React codebases are built on functional components & hooks)
20-
- Strong level of type safetiness and type inference for component props and state values
20+
- Strong level of type safety and type inference for component props and state values
2121
- [GenType](/docs/gentype/latest/introduction) support for importing / exporting React components in Flow and TypeScript codebases
2222

2323
> **This documentation assumes basic knowledge about ReactJS.**

pages/docs/react/v0.11.0/introduction.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All our documented examples can be compiled in our [ReScript Playground](/try) a
1717
- No Babel plugins required (JSX is part of the language!)
1818
- Comes with all essential React APIs for building production ready apps (`useState`, `useReducer`, `useEffect`, `useRef`,...)
1919
- No component class API (all ReScript & React codebases are built on function components & hooks)
20-
- Strong level of type safetiness and type inference for component props and state values
20+
- Strong level of type safety and type inference for component props and state values
2121
- [GenType](/docs/gentype/latest/introduction) support for importing / exporting React components in TypeScript codebases
2222

2323
> **This documentation assumes basic knowledge about ReactJS.**

0 commit comments

Comments
 (0)