From 437e2df738d7715c06011f4f1e808a14f89a51a0 Mon Sep 17 00:00:00 2001 From: myeunee Date: Tue, 10 Sep 2024 00:21:00 +0900 Subject: [PATCH] settings: fix typo in templateExtensions description Corrected a typo in the "templateExtensions" description where "treateed" was mistakenly used instead of "treated". --- docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.md b/docs/settings.md index aa55b8298e..b72789e0e8 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -610,7 +610,7 @@ This setting is only supported when gopls is built with Go 1.16 or later. Default: `["ignore"]` ### `build.templateExtensions` -templateExtensions gives the extensions of file names that are treateed +templateExtensions gives the extensions of file names that are treated as template files. (The extension is the part of the file name after the final dot.)