Skip to content

Commit 375e32f

Browse files
committed
Write "support" lowercase
1 parent b1179d8 commit 375e32f

File tree

1 file changed

+1
-1
lines changed
  • packages/optimizely-cms-sdk/src/graph

1 file changed

+1
-1
lines changed

packages/optimizely-cms-sdk/src/graph/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class GraphClient {
372372
if (!sortedKeys) {
373373
// This is an error
374374
throw new GraphResponseError(
375-
'The `_metadata` does not contain any `path` field. Ensure that the path you requested is an actual page and not a block. If the problem persists, contact Optimizely Support',
375+
'The `_metadata` does not contain any `path` field. Ensure that the path you requested is an actual page and not a block. If the problem persists, contact Optimizely support',
376376
{
377377
request: {
378378
query: GET_PATH_QUERY,

0 commit comments

Comments
 (0)