Skip to content

Commit

Permalink
[docs] Clarifying renderAppWithRedux props requirements (#3125)
Browse files Browse the repository at this point in the history
* fix: updating renderAppWithRedux docs with a discrepancy that Ahmed and I found in the app-shell code comments while debugging integration tests

* chore: add oxford comma

* Update website/src/content/api-reference/commercetools-frontend-application-shell.mdx

Co-authored-by: Carlos Cortizas <[email protected]>

* Update website/src/content/api-reference/commercetools-frontend-application-shell.mdx

Co-authored-by: Kacper Krzywiec <[email protected]>

---------

Co-authored-by: Carlos Cortizas <[email protected]>
Co-authored-by: Kacper Krzywiec <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2023
1 parent 55e8142 commit e5e70eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The website is available at https://docs.commercetools.com and is built using th

## Getting started

To start the website in development mode, execute `yarn start`.
To start the website in development mode, execute `pnpm start`.

Please refer to the [Gatsby theme documentation](https://github.com/commercetools/commercetools-docs-kit) to how the website is configured and to work with it.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,8 @@ describe('rendering', () => {

<Info>

In addition to the following options, the method accepts all options from `renderApp`.
In addition to the following options, the method accepts all options from `renderApp`.
Please note that it is not possible to pass either `storeState` or `sdkMocks` together with `store`.

</Info>

Expand Down

1 comment on commit e5e70eb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-a6mc2sq4q-commercetools.vercel.app

Built with commit e5e70eb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.