fix: Fix spell check

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2025-02-12 14:32:31 +01:00
parent 96b55342ed
commit 673586bd9b
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ JavaScript and Typescript
.. contents::
:local:
General rules and advices
-------------------------
General rules and advice
------------------------
- Nextcloud uses Vue.js for its interface, for a consistent user interface we recommend apps to also use Vue with :ref:`provided components <js-library_nextcloud-vue>`.
Yet also vanilla JavaScript and HTML can be used.