diff --git a/specification/appendix-a-included-utilities.md b/specification/appendix-a-included-utilities.md index 08800423..8a01f2b3 100644 --- a/specification/appendix-a-included-utilities.md +++ b/specification/appendix-a-included-utilities.md @@ -19,7 +19,7 @@ Hence, the packaging, naming, and access modifiers must be set appropriately. This provider **MUST** have the following features: - The provider is initiated with a pre-defined `flag set` provided in athe constructor. -- The flag structure must be minimalist, and should help to test the OpenFeature specification. +- The flag structure must be minimalist and should help test the OpenFeature specification. - EvaluationContext support should be provided through callbacks/lambda expressions. - The provider must support a means of updating the `flag set`, resulting in the emission of `PROVIDER_CONFIGURATION_CHANGED` events. - The change event should consider all flags changed; a union of all previous and all new flag keys should be supplied in the `flags changed` field.