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.**