Skip to content

Commit 6273d6e

Browse files
committed
docs: fix typos
1 parent 7f3def7 commit 6273d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/storage-image-processing-api/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following example details a remote `input` operation and the `output` type:
8383
];
8484
```
8585

86-
Additional operations can be placed inbetween to process the image operation types outline in the [documentation](/operations), for example to flip then rotate the image 90 degrees:
86+
Additional operations can be placed between to process the image operation types outline in the [documentation](/operations), for example to flip then rotate the image 90 degrees:
8787

8888
```js
8989
[
@@ -108,7 +108,7 @@ Additional operations can be placed inbetween to process the image operation typ
108108

109109
### Providing the operations
110110

111-
The `operations` query parameter accepts a strigified JSON object as a value. This should be encoded as a URI component, for example:
111+
The `operations` query parameter accepts a stringified JSON object as a value. This should be encoded as a URI component, for example:
112112

113113
```js
114114
const operations = [

0 commit comments

Comments
 (0)