From b9905e14a51aa803bfc2807f629ea36682c3415f Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Tue, 3 Jan 2023 16:46:55 +0000 Subject: [PATCH] chore: formatting fixes --- formatter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatter.js b/formatter.js index ee33656..ffd6768 100644 --- a/formatter.js +++ b/formatter.js @@ -1,4 +1,4 @@ -// there are issues with running prettier as a CLI command +// there are issues with running prettier as a CLI command // see: https://github.com/ScottLogic/openapi-forge/issues/133 // this is a workaround to run the prettier CLI as a node module const cli = require("prettier/cli.js");