From baf80e750165a1c57f32968b7ca4ddc12e4e16c1 Mon Sep 17 00:00:00 2001
From: Matthew Thorning <matthewthorning@gmail.com>
Date: Mon, 2 Dec 2024 09:49:12 +0000
Subject: [PATCH] Update get-started.mdx (#1367)

---
 docusaurus/docs/get-started/get-started.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus/docs/get-started/get-started.mdx b/docusaurus/docs/get-started/get-started.mdx
index 867b767f3..31d743a0a 100644
--- a/docusaurus/docs/get-started/get-started.mdx
+++ b/docusaurus/docs/get-started/get-started.mdx
@@ -173,7 +173,7 @@ For more information about these files, refer to [Anatomy of a plugin](/key-conc
 
 With the `create-plugin` tool, you can use a Docker container to simplify the configuration, loading, and development processes. For more information, refer to [Set up development environment](/get-started/set-up-development-environment/).
 
-Refer to the "Next steps" terminal output following the [scaffolding of a new plugin](#scaffold-a-plugin) to install dependecies, build and run your plugin.
+Refer to the "Next steps" terminal output following the [scaffolding of a new plugin](#scaffold-a-plugin) to install dependencies, build and run your plugin.
 
 
 Example output: