We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef50f5 commit ef2255eCopy full SHA for ef2255e
docgen/docgen.lua
@@ -345,9 +345,9 @@ docgen.generators = {
345
"We agreed on a module naming convention, and it should be used as is.",
346
"This convention should help users know at a glance what function the module serves in the grand scheme of things.",
347
"- Core modules: `core.*`",
348
- "- Integrations with 3rd party software that are emdebbed in neorg: `core.integrations.*`",
+ "- Integrations with 3rd party software that are embedded in neorg: `core.integrations.*`",
349
"- External modules: `external.*`",
350
- "- 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.*`",
351
"",
352
"# Default Modules",
353
0 commit comments