Skip to content

Commit 4abb360

Browse files
committed
CEXT-4720: fix lint
1 parent 0798af6 commit 4abb360

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/starter-kit/checkout/configure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ The [`sync-oauth-credentials`](https://github.com/adobe/commerce-checkout-starte
4040

4141
This script is included as part of the `pre-app-build` hook in [app.config.yaml](https://github.com/adobe/commerce-checkout-starter-kit/blob/main/app.config.yaml). When the app build is triggered, the script runs automatically to synchronize the OAuth credentials with the Commerce instance.
4242

43-
```yaml
44-
application:
45-
hooks:
46-
pre-app-build: ./hooks/pre-app-build.js
47-
```
43+
```yaml
44+
application:
45+
hooks:
46+
pre-app-build: ./hooks/pre-app-build.js
47+
```
4848

4949
## Configure Eventing
5050

0 commit comments

Comments
 (0)