Skip to content

Commit a61e2bf

Browse files
Update guideline/static-context-provider.md
Co-authored-by: Lukas Reining <lukas.reining@codecentric.de> Signed-off-by: Thomas Poignant <thomas.poignant@gmail.com> Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 6cdb835 commit a61e2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guideline/static-context-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `initialize()` function should follow those steps:
2727
2. Make a POST request to the `/ofrep/v1/evaluate/flags` endpoint with the evaluation context in the body.
2828
- If the endpoint returns an error, the `initialize()` function must error and exit.
2929
- If the request is successful, we should store in a local cache all of the flags evaluation results returned by the API in a local cache. We should also store the `ETag` header in the provider to be able to send it back later.
30-
3. If polling is enabled, the function should start the polling loop *(See [polling section](#polling))*.
30+
3. If polling is enabled, the polling loop should start now *(See [polling section](#polling))*.
3131

3232
## Evaluation
3333
The evaluation should not perform any remote API calls.

0 commit comments

Comments
 (0)