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/cli/csv-parser-price.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Errors on the level `error` come from events that are fatal and thus stop the st
79
79
80
80
`CsvParserPrice` accepts three objects as arguments:
81
81
82
-
- API client credentials for the [authentication middleware](https://commercetools.github.io/nodejs/docs/sdk/api/createAuthMiddlewareForClientCredentialsFlow.html) (_required_)
82
+
- API client credentials for the [authentication middleware](https://commercetools.github.io/nodejs/sdk/api/sdkAuth.html) (_required_)
83
83
- Logger takes object with four functions (_optional_)
84
84
- Config (_optional_)
85
85
-`batchSize`: number of CSV rows to handle simultaneously. (_default_: `100`)
Copy file name to clipboardExpand all lines: docs/sdk/Glossary.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Glossary
2
2
3
-
This is a glossary of the core terms around SDK packages, along with their type signatures. The types are documented using [Flow notation](https://flowtype.org/docs/quick-reference.html).
3
+
This is a glossary of the core terms around SDK packages, along with their type signatures. The types are documented using [Flow notation](https://flow.org/en/docs/types/).
@@ -552,13 +551,13 @@ The HTTP middleware can run in either a browser or Node.js environment. For Node
552
551
553
552
#### Note:
554
553
555
-
The `arbortController` property is deprecated, use the `getAbortController` property instead.
554
+
The `abortController` property is deprecated, use the `getAbortController` property instead.
556
555
557
556
#### Retrying requests
558
557
559
-
This modules have a retrying ability incase of network failures or 503 response errors. To enable this behavior, pass the `enableRetry` flag in the options and also set the maximum number of retries (`maxRetries`) and amount in milliseconds to wait before retrying a request (`retryDelay`).
558
+
This modules have a retrying ability in case of network failures or 503 response errors. To enable this behavior, pass the `enableRetry` flag in the options and also set the maximum number of retries (`maxRetries`) and amount in milliseconds to wait before retrying a request (`retryDelay`).
560
559
561
-
The repeater implements an `exponential` delay, meaning the wait time is not constant and it grows on every retry.
560
+
The repeater implements an `exponential` delay, meaning the wait time is not constant, and it grows on every retry.
0 commit comments