Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
erwangranger committed Dec 15, 2023
1 parent 72c6590 commit 355ab02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion app/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ body {
```
## Adding custom CSS
When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file typ...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicity for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules.
When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file typ...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicitly for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules.
## Code quality tools
* For accessibility compliance, we use [react-axe](https://github.com/dequelabs/react-axe)
Expand Down
25 changes: 0 additions & 25 deletions content/modules/ROOT/pages/01-introduction.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This lab will illustrate how the use of various AI/ML technologies can be combined to produce a valuable solution to a business problem.

The information, code, models and techniques it contains are illustration of what a first prototype could look like. It is not the definitive way of adressing the stated requirements.
The information, code, models and techniques it contains are illustration of what a first prototype could look like. It is not the definitive way of addressing the stated requirements.

== Contributing

Expand Down

0 comments on commit 355ab02

Please sign in to comment.