diff --git a/developer_manual/client_apis/OCS/ocs-openapi.rst b/developer_manual/client_apis/OCS/ocs-openapi.rst index f23e6f030cd..671f7b14072 100644 --- a/developer_manual/client_apis/OCS/ocs-openapi.rst +++ b/developer_manual/client_apis/OCS/ocs-openapi.rst @@ -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. diff --git a/developer_manual/getting_started/coding_standards/javascript.rst b/developer_manual/getting_started/coding_standards/javascript.rst index 8732826a391..99d0e110fed 100644 --- a/developer_manual/getting_started/coding_standards/javascript.rst +++ b/developer_manual/getting_started/coding_standards/javascript.rst @@ -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 `. Yet also vanilla JavaScript and HTML can be used.