From da190c27229cd35224f7615b6264b2ff055f7873 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Fri, 23 Aug 2024 17:08:29 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- docs/pages/devdocs/testing.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/devdocs/testing.dox b/docs/pages/devdocs/testing.dox index 2e3c0a04..28244619 100644 --- a/docs/pages/devdocs/testing.dox +++ b/docs/pages/devdocs/testing.dox @@ -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. * * @@ -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