diff --git a/draft-ietf-netconf-trace-ctx-extension.md b/draft-ietf-netconf-trace-ctx-extension.md index 544e6b8..cea5626 100644 --- a/draft-ietf-netconf-trace-ctx-extension.md +++ b/draft-ietf-netconf-trace-ctx-extension.md @@ -329,15 +329,17 @@ This might give the following error response: Context traceparent attribute incorrectly formatted - - w3ctc:traceparent - - - Bad Format - - - ietf-trace-context:bad-format - + + + w3ctc:traceparent + + + Bad Format + + + ietf-trace-context:bad-format + + diff --git a/src/yang/ietf-trace-context.yang b/src/yang/ietf-trace-context.yang index f2ff057..8ccff9f 100644 --- a/src/yang/ietf-trace-context.yang +++ b/src/yang/ietf-trace-context.yang @@ -129,7 +129,7 @@ module ietf-trace-context { If a client sent an RPC annotated with the attribute w3ctc:traceparent='incorrect-format' this leaf might have the value - 'ietf-trace-contextt:bad-format'."; + 'ietf-trace-context:bad-format'."; } } }