We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784611c commit 0cc7a7dCopy full SHA for 0cc7a7d
src/render.rs
@@ -164,7 +164,7 @@ impl<W: std::io::Write> RenderContext<W> {
164
_ => None,
165
})
166
.context(
167
- "The dynamic component requires a parameter called 'parameters' that is a json ",
+ "The dynamic component requires a parameter called 'properties' that is a json ",
168
)?;
169
for p in properties {
170
self.recursion_depth += 1;
0 commit comments