Skip to content

Commit ef2255e

Browse files
chore: Change typo emdebbed into embedded (#1650)
1 parent 2ef50f5 commit ef2255e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docgen/docgen.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ docgen.generators = {
345345
"We agreed on a module naming convention, and it should be used as is.",
346346
"This convention should help users know at a glance what function the module serves in the grand scheme of things.",
347347
"- Core modules: `core.*`",
348-
"- Integrations with 3rd party software that are emdebbed in neorg: `core.integrations.*`",
348+
"- Integrations with 3rd party software that are embedded in neorg: `core.integrations.*`",
349349
"- External modules: `external.*`",
350-
"- Integrations with 3rd party software that aren't emdebbed in neorg: `external.integrations.*`",
350+
"- Integrations with 3rd party software that aren't embedded in neorg: `external.integrations.*`",
351351
"",
352352
"# Default Modules",
353353
"",

0 commit comments

Comments
 (0)