Skip to content

Commit 0cc7a7d

Browse files
committed
fix error message
1 parent 784611c commit 0cc7a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl<W: std::io::Write> RenderContext<W> {
164164
_ => None,
165165
})
166166
.context(
167-
"The dynamic component requires a parameter called 'parameters' that is a json ",
167+
"The dynamic component requires a parameter called 'properties' that is a json ",
168168
)?;
169169
for p in properties {
170170
self.recursion_depth += 1;

0 commit comments

Comments
 (0)