Skip to content

Commit d09aafe

Browse files
committed
Another round of spelling fixes
1 parent 9940daf commit d09aafe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽDEVELOPMENT.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RELEASE_TAG=$(git tag -l "python-imcflibs-*" | tail -n 1)
3030
git push origin $RELEASE_TAG
3131
```
3232

33-
**IMPORTANT 2**: in case a **pre-releaes** was created, the last commit needs to
33+
**IMPORTANT 2**: in case a **pre-release** was created, the last commit needs to
3434
be discarded as the *release-script* places a wrong version / snapshot
3535
combination in the `pom.xml`:
3636

β€ŽTESTING.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ some basic, semi-interactive tests the following conventions are being used:
8484
* Any *interactive* test script should start with a header similar to the one
8585
described below. Paths to input data *inside* the test scripts **has** to be
8686
relative to the location of the `sample-data` repository mentioned above. This
87-
will allow for a fairly okayish testing workflow like this:
87+
will allow for a fairly okay-ish testing workflow like this:
8888
* Make your changes in VS Code, then trigger a build by pressing `Shift` +
8989
`Ctrl` + `B`. If things are configured as described in the *DEVELOPMENT*
9090
document, the resulting `.jar` file will be automatically placed in Fiji's

0 commit comments

Comments
Β (0)