Skip to content

Commit 223d50a

Browse files
o-aznecolas
authored andcommitted
Fix more typos in docs
Close #414 Close #415
1 parent d2d8dee commit 223d50a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Development monorepo for "React Strict DOM".
1414
* `apps`
1515
* Example applications using React Strict DOM.
1616
* [example-ui](https://github.com/facebook/react-strict-dom/blob/main/apps/example-ui)
17-
* [expo-app](https://github.com/facebook/react-strict-dom/blob/main/apps/expo)
18-
* [nextjs-app](https://github.com/facebook/react-strict-dom/blob/main/apps/nextjs)
17+
* [expo-app](https://github.com/facebook/react-strict-dom/tree/main/apps/expo-app)
18+
* [nextjs-app](https://github.com/facebook/react-strict-dom/blob/main/apps/nextjs-app)
1919
* [platform-tests](https://github.com/facebook/react-strict-dom/blob/main/apps/platform-tests)
2020
* `packages`
2121
* Contains the individual packages managed in the monorepo.

packages/website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function Page() {
8484
return (
8585
<html.main>
8686
<html.div>
87-
<html.label for="name">Name</label>
87+
<html.label for="name">Name</html.label>
8888
<html.input id="name" />
8989
</html.div>
9090
</html.main>

0 commit comments

Comments
 (0)