Skip to content

Commit

Permalink
fix: use jsx syntax for legend color (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Mar 11, 2024
1 parent 1513e9a commit 5f262bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/sections/01-flag-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ stateDiagram-v2

\* transitions occurring when associated events are spontaneously emitted from the provider

<span style="color:#888">█</span> only defined in static-context (client-side) paradigm
<span style={{ color: '#888' }}>█</span> only defined in static-context (client-side) paradigm

> [!NOTE]
> Only SDKs implementing the [static context (client-side) paradigm](../glossary.md#static-context-paradigm) define `RECONCILING` to facilitate [context reconciliation](./02-providers.md#26-provider-context-reconciliation).
Expand Down Expand Up @@ -506,4 +506,4 @@ see: [error codes](../types.md#error-code), [flag value resolution](./02-provide
The SDK ensures that if the provider's lifecycle methods terminate with an `error code`, that error code is included in any associated error events and returned/thrown errors/exceptions.

see: [error codes](../types.md#error-code)
see: [error codes](../types.md#error-code)

0 comments on commit 5f262bd

Please sign in to comment.