diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-04-23 20:07:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 20:07:50 (GMT) |
commit | ea7dfcdf807781a537de20a841545bb823a17ecc (patch) | |
tree | b722df5165d9f9b7b309234a4410dc64d47f678b /doc | |
parent | def21b1e33f2499ed4d51af0708d12242d63fa63 (diff) | |
download | hdf5-ea7dfcdf807781a537de20a841545bb823a17ecc.zip hdf5-ea7dfcdf807781a537de20a841545bb823a17ecc.tar.gz hdf5-ea7dfcdf807781a537de20a841545bb823a17ecc.tar.bz2 |
Change Powershell to PowerShell in docs (#2794)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getting-started-with-hdf5-development.md | 2 |
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` |