docs: correct typos in documentation (#4413)

* Correct typos in documentation

* Remove changes to References directory

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Bhyn
2023-07-10 22:36:23 +10:00
committed by GitHub
parent 78a1f3943b
commit 6c3eeb8d18
29 changed files with 32 additions and 32 deletions
@@ -8,7 +8,7 @@ Following the addition of feature flags in version v1.3.3 and the addition of th
:::note
In version 1.3.6, Sales Channels are available but guraded by [feature flags](../../development/feature-flags/toggle.md). If you dont have Sales Channels enabled, you dont need to follow the steps detailed in this migration script.
In version 1.3.6, Sales Channels are available but guarded by [feature flags](../../development/feature-flags/toggle.md). If you dont have Sales Channels enabled, you dont need to follow the steps detailed in this migration script.
:::
@@ -121,7 +121,7 @@ type PaymentContext = {
}
```
So, you can pass the previous `cart` parameter inside the new `context` paramter.
So, you can pass the previous `cart` parameter inside the new `context` parameter.
Furthermore, these methods are now expected to return `PaymentSessionResponse`. It is made up of the following properties: