From 3d499c691f0aaf4f819767d0482433888940621a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 16 May 2025 14:52:38 -0600 Subject: [PATCH] Update Creating a Node --- Creating-a-Node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-a-Node.md b/Creating-a-Node.md index c3c2e31..f559781 100644 --- a/Creating-a-Node.md +++ b/Creating-a-Node.md @@ -81,7 +81,7 @@ config: [ ## 4. 🧑‍🎨 Tips for Sidebar-Configurable Nodes * **Use `config` for all user-tunable parameters.** -* **Keys in `config` must match data keys in your node’s `data` prop.** +* **Keys in `config` must match data keys in your node's `data` prop.** * **Sidebar will auto-update and write changes to `window.BorealisValueBus` and node state.** * **Add usage documentation in `usage_documentation` for help inside the editor.**