Skip to content

Commit

Permalink
fix: remove lexical illusion in playground guidance (#2360)
Browse files Browse the repository at this point in the history
## What

I have removed a lexical illusion lexical illusion in this guidance
step, where "context field" was repeated.

## Why

Because it's unintended and doesn't make any sense in the the sentence.
  • Loading branch information
thomasheartman committed Nov 9, 2022
1 parent 47a617c commit b61dbbd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ export const PlaygroundGuidance = () => {

<PlaygroundGuidanceSection
headerText="Select a context field that you'd like to check"
bodyText="You can configure as many context fields context fields as you want. You can also leave the context empty to test against an empty context."
bodyText="You can configure as many context fields as you want. You can also leave the context empty to test against an empty context."
sectionNumber="2"
/>

Expand Down

0 comments on commit b61dbbd

Please sign in to comment.