From a0c79d7e00928a3a7020800f7c67dd9dc69bd4a0 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 31 Jan 2024 15:22:24 -0500 Subject: [PATCH] docs: remove extra backtick character Signed-off-by: Michael Beemer --- specification/sections/01-flag-evaluation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.