@mintlify/prebuild 1.0.935 → 1.0.936

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ export const preparseMdx = async (fileContent, contentDirectoryPath, filePath, o
13
13
  else {
14
14
  console.log(message);
15
15
  }
16
- return `🚧 A parsing error occured. Please contact the owner of this website.`;
16
+ return `🚧 A parsing error occurred. Please contact the owner of this website.`;
17
17
  }
18
18
  };
19
19
  export const preparseMdxTree = async (fileContent, contentDirectoryPath, filePath, onError) => {
@@ -28,6 +28,6 @@ export const preparseMdxTree = async (fileContent, contentDirectoryPath, filePat
28
28
  else {
29
29
  console.error(message);
30
30
  }
31
- return getAST(`🚧 A parsing error occured. Please contact the owner of this website.`);
31
+ return getAST(`🚧 A parsing error occurred. Please contact the owner of this website.`);
32
32
  }
33
33
  };