1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

fix: remove lexical illusion in playground guidance (#2360)

## 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.
This commit is contained in:
Thomas Heartman 2022-11-09 14:56:34 +01:00 committed by GitHub
parent 47a617c78b
commit b61dbbd718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ export const PlaygroundGuidance = () => {
<PlaygroundGuidanceSection <PlaygroundGuidanceSection
headerText="Select a context field that you'd like to check" 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" sectionNumber="2"
/> />