mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs: typo fix (#1021)
definitely not compromised and google search says to prefer composed of Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
This commit is contained in:
		
							parent
							
								
									c1f39353b9
								
							
						
					
					
						commit
						4e0c0aa368
					
				@ -5,7 +5,7 @@ title: Unleash Context
 | 
			
		||||
 | 
			
		||||
To standardize a few activation strategies, we also needed to standardize the Unleash context, which contains fields that vary per request, required to implement the activation strategies.
 | 
			
		||||
 | 
			
		||||
The Unleash context is compromised by a set of predefined fields. The static fields do not change in the life-time of your application, while dynamic fields can change per feature toggle evaluation.
 | 
			
		||||
The Unleash context is composed of a set of predefined fields. The static fields do not change in the life-time of your application, while dynamic fields can change per feature toggle evaluation.
 | 
			
		||||
 | 
			
		||||
**Static context fields**
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user