Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 15, 2024
1 parent 3bb168d commit 6410019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference/noir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/Noir/Noir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Noir.AddonReason = "AddonReload" ---@type NoirAddonReason

--[[
Starts the framework.<br>
This will initalize all services, then upon completion, all services will be started.<br>
This will initialize all services, then upon completion, all services will be started.<br>
Use the `Noir.Started` event to safely run your code.
Noir.Started:Once(function()
Expand Down

0 comments on commit 6410019

Please sign in to comment.