diff --git a/specification/sections/01-flag-evaluation.md b/specification/sections/01-flag-evaluation.md index 6a964fe7..b1b47c3e 100644 --- a/specification/sections/01-flag-evaluation.md +++ b/specification/sections/01-flag-evaluation.md @@ -83,7 +83,7 @@ Though it's possible to use [events](./05-events.md) to await provider readiness OpenFeature.setProvider("domain-1", new MyProvider()); ``` -Clients can be associated with a particular provider by supplying a matching `domain`` when the provider is set. +Clients can be associated with a particular provider by supplying a matching `domain` when the provider is set. See [creating clients](#creating-clients), [domain](../glossary.md#domain) for details.