Skip to content

Commit

Permalink
Fix initialized typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Norris <jonathan@taplytics.com>
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
  • Loading branch information
lukas-reining and jonathannorris committed May 5, 2023
1 parent d64f3c4 commit b3e0c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ An enumeration of possible provider states.
| --------- | ------------------------------------------------------------------------------- |
| NOT_READY | The provider has not been initialized. |
| READY | The provider has been initialized, and is able to reliably resolve flag values. |
| ERROR | The provider is initialed but is not able to reliably resolve flag values. |
| ERROR | The provider is initialized but is not able to reliably resolve flag values. |

0 comments on commit b3e0c8c

Please sign in to comment.