File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/docs/contribute/development-guide/coding/extending-the-web Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
6464External 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
You can’t perform that action at this time.
0 commit comments