diff --git a/docs/api-reference/noir/README.md b/docs/api-reference/noir/README.md
index e790849..982fe20 100644
--- a/docs/api-reference/noir/README.md
+++ b/docs/api-reference/noir/README.md
@@ -38,4 +38,4 @@ This represents whether or not the addon was:
Noir:Start()
```
-Starts the framework. This will initalize all services, then upon completion, all services will be started. Use the `Noir.Started` event to safely run your code.
+Starts the framework. This will initialize all services, then upon completion, all services will be started. Use the `Noir.Started` event to safely run your code.
diff --git a/src/Noir/Noir.lua b/src/Noir/Noir.lua
index 5b0d3b5..36d4f04 100644
--- a/src/Noir/Noir.lua
+++ b/src/Noir/Noir.lua
@@ -67,7 +67,7 @@ Noir.AddonReason = "AddonReload" ---@type NoirAddonReason
--[[
Starts the framework.
- This will initalize all services, then upon completion, all services will be started.
+ This will initialize all services, then upon completion, all services will be started.
Use the `Noir.Started` event to safely run your code.
Noir.Started:Once(function()