Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky committed Jan 23, 2025
1 parent 4ac4dad commit ae4a3c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion developer_manual/client_apis/OCS/ocs-openapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ You are required to add a description for every status code returned by the meth
How to add response definitions to share type definitions
---------------------------------------------------------

In the previous steps we have been re-using the same data structure multiple times, but it was copied every time.
In the previous steps we have been reusing the same data structure multiple times, but it was copied every time.
This is tedious and error prone, therefore we want to create some shared type definitions.
Create a new file called ``ResponseDefinitions.php`` in the ``lib`` folder of your app.
It will only work with that file name at that location.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ae4a3c6

Please sign in to comment.