Skip to content

Commit

Permalink
Revert "missing word"
Browse files Browse the repository at this point in the history
This reverts commit a26f27b.
  • Loading branch information
thomaspoignant committed Aug 12, 2023
1 parent a26f27b commit 43975bf
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 @@ -109,7 +109,7 @@ Clients may be created in critical code paths, and even per-request in server-si

> The `API` **SHOULD** provide functions to set a provider and wait for the `initialize` function to return or throw.
The `API` will ensure that the provider initialization is ready or in error before being able to initializing the client.
The `API` will ensure that the provider is ready or in error before being able to initializing the client.

```typescript
// default client
Expand Down

0 comments on commit 43975bf

Please sign in to comment.