mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01: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:
		
							parent
							
								
									47a617c78b
								
							
						
					
					
						commit
						b61dbbd718
					
				@ -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"
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user