From f5aa09afa59d2b29e4727544397f3ee37b7e931c Mon Sep 17 00:00:00 2001 From: ngraf Date: Wed, 5 Jul 2023 19:03:28 +0200 Subject: [PATCH] fix for wrong backtick in "ai.md" (#3734) --- docs/ai.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```