Skip to content

Commit 673586b

Browse files
committed
fix: Fix spell check
Signed-off-by: Joas Schilling <[email protected]>
1 parent 96b5534 commit 673586b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

developer_manual/client_apis/OCS/ocs-openapi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ You are required to add a description for every status code returned by the meth
606606
How to add response definitions to share type definitions
607607
---------------------------------------------------------
608608

609-
In the previous steps we have been re-using the same data structure multiple times, but it was copied every time.
609+
In the previous steps we have been reusing the same data structure multiple times, but it was copied every time.
610610
This is tedious and error prone, therefore we want to create some shared type definitions.
611611
Create a new file called ``ResponseDefinitions.php`` in the ``lib`` folder of your app.
612612
It will only work with that file name at that location.

developer_manual/getting_started/coding_standards/javascript.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ JavaScript and Typescript
55
.. contents::
66
:local:
77

8-
General rules and advices
9-
-------------------------
8+
General rules and advice
9+
------------------------
1010

1111
- 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>`.
1212
Yet also vanilla JavaScript and HTML can be used.

0 commit comments

Comments
 (0)