Skip to content

Commit

Permalink
fix typo in ansible.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbradley committed Nov 5, 2024
1 parent 282f624 commit 0afb1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/languages/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0afb1b2

Please sign in to comment.