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");