We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ed769 commit 519b2e1Copy full SHA for 519b2e1
.github/workflows/spellcheck.yml
@@ -11,13 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-node@v4
15
- with:
16
- node-version-file: package.json
17
- cache: npm
18
- - name: Install dependencies
19
- run: npm ci
20
- uses: streetsidesoftware/cspell-action@v7
21
with:
+ config: ./cspell.config.yaml
22
files: |
23
**/*.md
docs/Features/Comparison/Addition.md
@@ -4,7 +4,7 @@ sidebar_position: 10
4
5
# Addition
6
7
-_Makes an addition between two images._
+_Add two images together._
8
9
[🖼️ Image options and parameters of `add` method](https://image-js.github.io/image-js-typescript/classes/Image.html#add 'github.io link')
10
0 commit comments