diff --git a/docs/ai.md b/docs/ai.md index eea2afee2..5c8c6b106 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -110,7 +110,7 @@ Heal actions **work only on actions like `click`, `fillField`**, etc, and won't If Heal plugin successfully fixes the step, it will print a suggested change at the end of execution. Take it as actionable advice and use it to update the codebase. Heal plugin is supposed to be used on CI, and works automatically without human assistance. -To start, enable `heal` plugin in `codecept.conf.js`` or `codecept.conf.ts`: +To start, enable `heal` plugin in `codecept.conf.js` or `codecept.conf.ts`: ```js plugins: { @@ -243,4 +243,4 @@ To debug AI features run tests with `DEBUG="codeceptjs:ai"` flag. This will prin ``` DEBUG="codeceptjs:ai" OPENAI_API_KEY=sk-******** npx codeceptjs run -``` \ No newline at end of file +```