Skip to content

Commit

Permalink
chore: remove typo from modules.create documentation (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinbutler authored Oct 9, 2023
1 parent 24e1d4e commit ab46a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/core/modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local utils = require("neorg.core.utils")
local modules = {}

--- Returns a new Neorg module, exposing all the necessary function and variables
---@param name string #The name of the new mod/home/groctel/Documents/Git/Vim/neorg/lua/modules.luaule. Make sure this is unique. The recommended naming convention is category.module_name or category.subcategory.module_name
---@param name string #The name of the new module. Make sure this is unique. The recommended naming convention is category.module_name or category.subcategory.module_name
---@param imports? string[] #A list of imports to attach to the module. Import data is requestable via `module.required`. Use paths relative to the current module.
function modules.create(name, imports)
local new_module = {
Expand Down

0 comments on commit ab46a8a

Please sign in to comment.