Skip to content

Commit

Permalink
docs: fix Typst copy paste typo (#6021)
Browse files Browse the repository at this point in the history
docs: fix typst copy paste typo for disabled option in config docs
  • Loading branch information
jonathanbcarlson committed Jun 9, 2024
1 parent d8a3ac7 commit d9f8e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4495,7 +4495,7 @@ By default, the module will be shown if any of the following conditions are met:
| `detect_extensions` | `['.typ']` | Which extensions should trigger this module. |
| `detect_files` | `['template.typ']` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this module. |
| `disabled` | `false` | Disables the `daml` module. |
| `disabled` | `false` | Disables the `typst` module. |

### Variables

Expand Down

0 comments on commit d9f8e3b

Please sign in to comment.