summaryrefslogtreecommitdiffstats
path: root/doc/getting-started-with-hdf5-development.md
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-04-23 20:07:50 (GMT)
committerGitHub <noreply@github.com>2023-04-23 20:07:50 (GMT)
commitea7dfcdf807781a537de20a841545bb823a17ecc (patch)
treeb722df5165d9f9b7b309234a4410dc64d47f678b /doc/getting-started-with-hdf5-development.md
parentdef21b1e33f2499ed4d51af0708d12242d63fa63 (diff)
downloadhdf5-ea7dfcdf807781a537de20a841545bb823a17ecc.zip
hdf5-ea7dfcdf807781a537de20a841545bb823a17ecc.tar.gz
hdf5-ea7dfcdf807781a537de20a841545bb823a17ecc.tar.bz2
Change Powershell to PowerShell in docs (#2794)
Diffstat (limited to 'doc/getting-started-with-hdf5-development.md')
-rw-r--r--doc/getting-started-with-hdf5-development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getting-started-with-hdf5-development.md b/doc/getting-started-with-hdf5-development.md
index 732d817..04c42dc 100644
--- a/doc/getting-started-with-hdf5-development.md
+++ b/doc/getting-started-with-hdf5-development.md
@@ -746,7 +746,7 @@ to do this via a script. These are normally named `test_<thing>.sh.in`. The
step. In the past, we have tried to stick to POSIX Bourne shell scripts, but
many scripts now require bash.
-If you write a new test script, it is important to also add a Powershell
+If you write a new test script, it is important to also add a PowerShell
equivalent for testing on Windows.
It's helpful to run any new shell scripts through `shellcheck`