From d9f8e3b1d938761ab2f414f8b203d161d5430782 Mon Sep 17 00:00:00 2001 From: Jonathan Carlson Date: Sun, 9 Jun 2024 00:20:47 -0700 Subject: [PATCH] docs: fix Typst copy paste typo (#6021) docs: fix typst copy paste typo for disabled option in config docs --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 90cd850c1dce..cfaf04d622a7 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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