fix, Typo in Guidelines

The `nix build .#docs-html` is building `xhtml` files instead of `html`
files
This commit is contained in:
Martin Treml 2025-05-18 20:09:12 +02:00
commit af9726c4bd
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@ by typing the following in a shell within a clone of the **nvf** Git repository:
```console
$ nix build .#docs-html
$ xdg-open $PWD/result/share/doc/nvf/index.html
$ xdg-open $PWD/result/share/doc/nvf/index.xhtml
```
## Formatting Code {#sec-guidelines-formatting}

View file

@ -412,3 +412,4 @@
- Add [avante.nvim](https://github.com/yetone/avante.nvim) plugin another AI
Assistant.
- Fix typo in Guidelines.