From 79313424553981f353c95624f762d024021d83b8 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Tue, 5 Nov 2024 16:31:39 -0700 Subject: [PATCH] Fix typo in Ansible docs (#20267) fix typo in Ansible docs. Release Notes: - N/A --- docs/src/languages/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/ansible.md b/docs/src/languages/ansible.md index 259b4f8f731d4617d072b5f6aac53d0cfef85fe7..95a1a8e47c5c088f24545afa5c06eb02a6f79758 100644 --- a/docs/src/languages/ansible.md +++ b/docs/src/languages/ansible.md @@ -9,7 +9,7 @@ Support for Ansible in Zed is provided via a community-maintained [Ansible exten ### File detection -By default, to avoid mishandling non-Ansible YAML files, the Ansible Language is not associated with any file extensions by default. To change this behavior you can add a `"file_types"` section to the Zed settings inside your project (`.zed/setttings.json`) or your Zed user settings (`~/.config/zed/settings.json`) to match your folder/naming conventions. For example: +By default, to avoid mishandling non-Ansible YAML files, the Ansible Language is not associated with any file extensions by default. To change this behavior you can add a `"file_types"` section to the Zed settings inside your project (`.zed/settings.json`) or your Zed user settings (`~/.config/zed/settings.json`) to match your folder/naming conventions. For example: ```json "file_types": {