diff --git a/docs/fpp-spec.html b/docs/fpp-spec.html index 1e02b1e62..fe3dfa906 100644 --- a/docs/fpp-spec.html +++ b/docs/fpp-spec.html @@ -4425,7 +4425,7 @@ dictionary constant b = E.X type T1 dictionary type T2 = T1 # Error: T2 is not displayable -# Error: c does not have primitve, string, or enum type +# Error: c does not have primitive, string, or enum type dictionary constant c = { x = U32 } @@ -11954,7 +11954,7 @@ equivalent.
diff --git a/docs/spec/Definitions/Dictionary-Definitions.adoc b/docs/spec/Definitions/Dictionary-Definitions.adoc index 3ee1c6f52..de31ec145 100644 --- a/docs/spec/Definitions/Dictionary-Definitions.adoc +++ b/docs/spec/Definitions/Dictionary-Definitions.adoc @@ -32,6 +32,6 @@ dictionary constant b = E.X type T1 dictionary type T2 = T1 # Error: T2 is not displayable -# Error: c does not have primitve, string, or enum type +# Error: c does not have primitive, string, or enum type dictionary constant c = { x = U32 } ----