Skip to content

Commit

Permalink
fixup! feat: add mandoc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Oct 14, 2024
1 parent 74d5e68 commit 105c607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
ignore_words_list: crate,raison
exclude_file: .gitignore
skip: package-lock.json
skip: package-lock.json,src/generators/template.1
2 changes: 1 addition & 1 deletion src/generators/mandoc/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
dependsOn: 'ast',

async generate(input, options) {
// Find the appropiate headers
// Find the appropriate headers
const optionsStart = input.findIndex(({ slug }) => slug === 'options');
const environmentStart = input.findIndex(
({ slug }) => slug === 'environment-variables-1'
Expand Down

0 comments on commit 105c607

Please sign in to comment.