Skip to content

Commit 930c66c

Browse files
committed
chore: spelling
1 parent ba14b02 commit 930c66c

File tree

1 file changed

+3
-3
lines changed
  • documentation/docs/contribute/development-guide/coding/extending-the-web

1 file changed

+3
-3
lines changed

documentation/docs/contribute/development-guide/coding/extending-the-web/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The web has a feature-based folder structure.
2626
- `api` contains the auto-generated API client
2727
- `common` contains shared code like generic components
2828
- `features` contains features e.g. todo-list
29-
- `hooks` contains re-usable hooks
29+
- `hooks` contains reusable hooks
3030
- `pages` contains entrypoints (pages that are used by the router)
3131

3232
## Application tree
@@ -63,8 +63,8 @@ flowchart
6363

6464
External dependencies:
6565

66-
* The app is using [react-oauth2-code-pkce](https://www.npmjs.com/package/react-oauth2-code-pkce) for Oauth2 authentication.
67-
* The app is using [react-router-dom](https://www.npmjs.com/package/react-router-dom) for routing.
66+
- The app is using [react-oauth2-code-pkce](https://www.npmjs.com/package/react-oauth2-code-pkce) for Oauth2 authentication.
67+
- The app is using [react-router-dom](https://www.npmjs.com/package/react-router-dom) for routing.
6868

6969
## Configuration
7070

0 commit comments

Comments
 (0)