Skip to content

Commit

Permalink
docs: remove extra backtick character
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Jan 31, 2024
1 parent afe1c7e commit a0c79d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/sections/01-flag-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a0c79d7

Please sign in to comment.