Skip to content

Commit 7f7830b

Browse files
authored
fix: underscore instead of space
Signed-off-by: Todd Baert <[email protected]>
1 parent 50b0989 commit 7f7830b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/appendix-a-included-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The logging hook is a hook which logs messages during the flag evaluation life-c
371371
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
372372
| before | `stage`, `domain`, `provider_name`, `flag_key`, `default_value` and `evaluation_context` (serialized, opt-in) |
373373
| after | `stage`, `domain`, `provider_name`, `flag_key`, `default_value`, `evaluation_context` (serialized, opt-in), `reason`, `variant` and `value` |
374-
| error | `stage`, `domain`, `provider_name`, `flag_key`, `default_value`, `evaluation_context` (serialized, opt-in), `error code`, and `error_message` |
374+
| error | `stage`, `domain`, `provider_name`, `flag_key`, `default_value`, `evaluation_context` (serialized, opt-in), `error_code`, and `error_message` |
375375
| finally | N/A |
376376

377377
> The evaluation context **SHOULD** only be logged if an associated option indicates so.

0 commit comments

Comments
 (0)