docs: fix spelling and grammar (#13862)
Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
@@ -275,7 +275,7 @@ export class ShipStationClient {
|
||||
if (typeof resp !== "string" && resp.errors?.length) {
|
||||
throw new MedusaError(
|
||||
MedusaError.Types.INVALID_DATA,
|
||||
`An error occured while sending a request to ShipStation: ${
|
||||
`An error occurred while sending a request to ShipStation: ${
|
||||
resp.errors.map((error) => error.message)
|
||||
}`
|
||||
)
|
||||
@@ -630,7 +630,7 @@ export class ShipStationClient {
|
||||
if (resp.rate_response.errors?.length) {
|
||||
throw new MedusaError(
|
||||
MedusaError.Types.INVALID_DATA,
|
||||
`An error occured while retrieving rates from ShipStation: ${
|
||||
`An error occurred while retrieving rates from ShipStation: ${
|
||||
resp.rate_response.errors.map((error) => error.message)
|
||||
}`
|
||||
)
|
||||
@@ -1281,7 +1281,7 @@ Where `SHIPSTATION_API_KEY` is the ShipStation API key, which you can retrieve o
|
||||
|
||||
.
|
||||
|
||||
- On the API Settings page, make sure V2 API is selected for "Select API Verion" field, then click the "Generate API Key" button.
|
||||
- On the API Settings page, make sure V2 API is selected for "Select API Version" field, then click the "Generate API Key" button.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user