Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steph Prince <[email protected]>
  • Loading branch information
oruebel and stephprince authored Aug 24, 2024
1 parent fbac49d commit da190c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/devdocs/testing.dox
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* * ``/tests`` : Sources of the unit tests
* * ``/tests/examples`` : Sources of example code used in the docs. The examples are implemented like
* regular unit tests but their purpose is to provide examples for the docs (rather than testing
* specific cases) and as such commonly include Doxygen section markers to allow include of sections
* specific cases) and as such commonly include Doxygen section markers to allow inclusion of sections
* of code in the Doxygen docs.
*
*
Expand All @@ -29,7 +29,7 @@
*
* \section testing_spellcheck Spellcheck
*
* AqNWB uses ``codepsell`` to check the code for spelling errors. You can run the spellchecker via:
* AqNWB uses ``codespell`` to check the code for spelling errors. You can run the spellchecker via:
*
* \code{.sh}
* cmake --build --preset=dev --target=spell-check
Expand Down

0 comments on commit da190c2

Please sign in to comment.