diff --git a/index.html b/index.html
index 46aba4c..fd73ae2 100644
--- a/index.html
+++ b/index.html
@@ -1213,11 +1213,11 @@
Types of ProblemDetails
Verification Response
Errors and Warnings
- Errors are ProblemDetails relating to cryptography, data model and malformed context.
- Warnings are ProblemDetails relating to statuses and validity periods.
+ Errors are `ProblemDetails` relating to cryptography, data model and malformed context.
+ Warnings are `ProblemDetails` relating to statuses and validity periods.
- The VerificationResponse object MUST have the verified value set to false if an error is included.
- The VerificationResponse object MUST have the verified value set to true if no errors are included.
+ The `VerificationResponse` object MUST have the `verified` value set to `false` if an error is included.
+ The `VerificationResponse` object MUST have the `verified` value set to `true` if no errors are included.