Skip to content

Commit edea3d1

Browse files
docs: grammar fix
1 parent 3a1ff72 commit edea3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/4.sdk/2.getting-started/2.middleware-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const sdk = initSDK({
151151
errorHandler: ({ error, methodName, url, params, config, httpClient }) => {
152152
// Custom error handler
153153
},
154-
cdnCacheBustingId: // git commit hash of the monorepo where both middleware and the storefront is located
154+
cdnCacheBustingId: // git commit hash of the monorepo where both middleware and the storefront are located
155155
}),
156156
});
157157
```

0 commit comments

Comments
 (0)