diff --git a/guideline/static-context-provider.md b/guideline/static-context-provider.md index 388bb73..0980ac1 100644 --- a/guideline/static-context-provider.md +++ b/guideline/static-context-provider.md @@ -3,7 +3,7 @@ OpenFeature Remote Evaluation Protocol (OFREP) is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that supports the protocol. In this document, we will specify how to write an OFREP provider using the [static-context-paradigm](https://openfeature.dev/specification/glossary/#static-context-paradigm) that is used on client side applications typically operate in the context of a single user. -We will keep the specification language agnostic. +We will keep the document language agnostic. **Pre-requisite:** - Understanding of [general provider concepts](https://openfeature.dev/docs/reference/concepts/provider/)