You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/storage-image-processing-api/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The following example details a remote `input` operation and the `output` type:
83
83
];
84
84
```
85
85
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:
87
87
88
88
```js
89
89
[
@@ -108,7 +108,7 @@ Additional operations can be placed inbetween to process the image operation typ
108
108
109
109
### Providing the operations
110
110
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:
0 commit comments