Skip to content

Commit ae3f7b7

Browse files
authored
Fix typos (#1041)
* Update README.md * Update NEWS.md * Update CONTRIBUTING.md
1 parent ef6acdc commit ae3f7b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A pre-requisite for using JuliaImages is to know at least a little about Julia i
1010

1111
## Learning JuliaImages
1212

13-
Our [main documentaion](https://juliaimages.org/stable/) provides an overview and some examples of using JuliaImages.
13+
Our [main documentation](https://juliaimages.org/stable/) provides an overview and some examples of using JuliaImages.
1414
Many of the core packages are hosted at [JuliaImages](https://github.com/JuliaImages), but core components can also be found at [JuliaMath](https://github.com/JuliaMath), [JuliaGraphics](https://github.com/JuliaGraphics), and
1515
[JuliaArrays](https://github.com/JuliaArrays).
1616

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This release introduces a few major changes that everyone should be aware of:
1616

1717
- drops compatibility to Julia 1.0. Julia at least 1.3 is required.
1818
- drops compatibility to ImageCore 0.8. ImageCore at least 0.9.3 is required.
19-
- revisited RGB-related operations to provide non-ambiguious implementation. See also the "abs and
19+
- revisited RGB-related operations to provide non-ambiguous implementation. See also the "abs and
2020
abs2" section in the [ColorVectorSpace README][ColorVectorSpace-v09-readme-abs].
21-
- revisits and moves a lot of legacy codes in `src/algorthms.jl` of Images to sub-packages, e.g.,
21+
- revisits and moves a lot of legacy codes in `src/algorithms.jl` of Images to sub-packages, e.g.,
2222
ImageBase, ImageFiltering, and ImageMorphology.
2323
- for a large number of legacy functions, positional arguments are deprecated in favor of their
2424
keyword alternatives.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ All participants are expected to abide by the [Julia Community Standards](https:
3333

3434
## Compatibility
3535

36-
The codebase and dependency of Images toolbox is delibrately maintained to support all Julia minor
36+
The codebase and dependency of Images toolbox is deliberately maintained to support all Julia minor
3737
versions since the latest long-term-support(LTS) Julia version, thus you can expect it to work on
3838
Julia >= v1.6. Note that this is only true for the latest Images version, and currently we do not
3939
have Images LTS version. For the best experience, we recommend you to use the latest stable Julia

0 commit comments

Comments
 (0)