Skip to content

Commit

Permalink
minor typos in building docs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebarthel committed Nov 12, 2024
1 parent 2bb0f8a commit b1914c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/omega/doc/devGuide/BuildDocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ that you need to build the documentation.
From the root of an Omega branch, run the following script to build the docs:

```bash
cd components/omega/docs
cd components/omega/doc
make clean
make html
```

You can view the documentation by opening `_build/html/index.html` in your
choice of browser.

If you run into errors or warnings related to changes you have meade when you
If you run into errors or warnings related to changes you have made when you
build the docs, check with the development team for help on fixing them.

0 comments on commit b1914c0

Please sign in to comment.