From e11e8b63449c2b8ff7d4aa77e9bc4146ed238120 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Tue, 1 Oct 2024 15:24:47 +0200 Subject: [PATCH] docs: fix typo Signed-off-by: Bruno Schaatsbergen --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 97ef6131..306d5cbb 100644 --- a/spec.md +++ b/spec.md @@ -96,7 +96,7 @@ of the implementation language. ### _Dynamic Attributes_ Processing The _schema-driven_ processing model is useful when the expected structure -of a body is known a priori by the calling application. Some blocks are +of a body is unknown prior to the calling application. Some blocks are instead more free-form, such as a user-provided set of arbitrary key/value pairs.