Skip to content

Commit

Permalink
chore: Change typo emdebbed into embedded (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVanDeursen authored Feb 13, 2025
1 parent 2ef50f5 commit ef2255e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ docgen.generators = {
"We agreed on a module naming convention, and it should be used as is.",
"This convention should help users know at a glance what function the module serves in the grand scheme of things.",
"- Core modules: `core.*`",
"- Integrations with 3rd party software that are emdebbed in neorg: `core.integrations.*`",
"- Integrations with 3rd party software that are embedded in neorg: `core.integrations.*`",
"- External modules: `external.*`",
"- Integrations with 3rd party software that aren't emdebbed in neorg: `external.integrations.*`",
"- Integrations with 3rd party software that aren't embedded in neorg: `external.integrations.*`",
"",
"# Default Modules",
"",
Expand Down

0 comments on commit ef2255e

Please sign in to comment.