Skip to content

Commit 3686503

Browse files
committed
Fix typo
1 parent 0e434aa commit 3686503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggable-widgets-tools/src/utils/formatting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { format, Options } from "prettier";
44
import { toolsRoot, widgetRoot } from "../widget/paths";
55

66
const baseConfigPath = join(toolsRoot, "./configs/prettier.base.json");
7-
const widgetConfigPath = join(widgetRoot, "./pretier.config.js");
7+
const widgetConfigPath = join(widgetRoot, "./prettier.config.js");
88
export const prettierConfigPath = existsSync(widgetConfigPath) ? widgetConfigPath : baseConfigPath;
99

1010
let prettierTypescriptConfig: Options | undefined;

0 commit comments

Comments
 (0)