From 4dc18f7ca66f97eb8e8f0c345e89a1aa03f7b007 Mon Sep 17 00:00:00 2001 From: peterdamian Date: Tue, 7 Nov 2017 20:45:29 -0500 Subject: [PATCH] Change instances of customise to customize, also make verb plural --- developer_manual/core/configfile.rst | 2 +- developer_manual/design/html.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/core/configfile.rst b/developer_manual/core/configfile.rst index fefa80a74..8e84d8433 100644 --- a/developer_manual/core/configfile.rst +++ b/developer_manual/core/configfile.rst @@ -113,7 +113,7 @@ App config Using alternative app directories --------------------------------- -Nextcloud can be set to use a custom app directory in /config/config.php. Customise the following code and add it to your config file: +Nextcloud can be set to use a custom app directory in /config/config.php. Customize the following code and add it to your config file: .. code-block:: php diff --git a/developer_manual/design/html.rst b/developer_manual/design/html.rst index 8fb819848..601813687 100644 --- a/developer_manual/design/html.rst +++ b/developer_manual/design/html.rst @@ -24,9 +24,9 @@ Please use the html5 ``progress`` element. Checkboxes and radios ====================== -As default html5 checkboxes & radios are **not** customisable, we created an override using label and ``::after`` elements. +As default html5 checkboxes & radios are **not** customizable, we created an override using label and ``::after`` elements. -There is 2 colors: +There are 2 colors: * Default themed with the primary color. * White colored.