Skip to content

Commit 6a97fef

Browse files
committed
spelling: seperate -> separate
1 parent 4a9fa6f commit 6a97fef

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

10/umbraco-cms/reference/configuration/contentsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ From 10.4, `AllowedUploadFiles` & `DisallowedUploadFiles` is deprecated, they wi
5454

5555
## Root level settings
5656

57-
In the root level section, that is those without a seperate sub section like Imaging, you can configure:
57+
In the root level section, that is those without a separate sub section like Imaging, you can configure:
5858

5959
### Allow Edit Invariant From Non-Default
6060

10/umbraco-cms/reference/configuration/globalsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ The following snippet contains all the available options, with default values, a
121121

122122
## Root level settings
123123

124-
In the root level section, that is those without a seperate sub section like SMTP, you can configure
124+
In the root level section, that is those without a separate sub section like SMTP, you can configure
125125

126126
### Reserved urls
127127

128-
A comma-seperated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
128+
A comma-separated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
129129

130130
### Reserved paths
131131

10/umbraco-cms/reference/configuration/richtexteditorsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A config with all the values can be seen underneath. Since there is a lot of def
4747

4848
## Plugins
4949

50-
Allows you to specify what plugins should be enabled for the rich text editor as a comma seperated list of the plugin names.
50+
Allows you to specify what plugins should be enabled for the rich text editor as a comma separated list of the plugin names.
5151

5252
## Valid elements
5353

10/umbraco-cms/reference/routing/request-pipeline/outbound-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ namespace RoutingDocs.SiteDomainMapper
397397

398398
### Default SiteDomainMapper
399399

400-
Umbraco ships with a default `SiteDomainMapper`. This has some useful functionality for grouping sets of domains together. With Umbraco Cloud, or another Umbraco development environment scenario, there maybe be multiple domains setup for a site 'live, 'staging', 'testing' or a seperate domain to access the backoffice. Each domain will be setup as a 'Culture and Hostname' inside Umbraco. By default editors will see the full list of possible Urls for each of their content items on each domain, which can be confusing. If the additional urls aren't present in Culture and Hostnames, then when testing the front-end of the site on a 'staging' url, will result in navigation links taking you to the registered domain!
400+
Umbraco ships with a default `SiteDomainMapper`. This has some useful functionality for grouping sets of domains together. With Umbraco Cloud, or another Umbraco development environment scenario, there maybe be multiple domains setup for a site 'live, 'staging', 'testing' or a separate domain to access the backoffice. Each domain will be setup as a 'Culture and Hostname' inside Umbraco. By default editors will see the full list of possible Urls for each of their content items on each domain, which can be confusing. If the additional urls aren't present in Culture and Hostnames, then when testing the front-end of the site on a 'staging' url, will result in navigation links taking you to the registered domain!
401401

402402
![Culture and Hostnames multiple domains](images/culture-and-hostnames-v8.png)
403403

13/umbraco-cms/reference/configuration/globalsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ The following snippet contains all the available options, with default values, a
6262

6363
## Root level settings
6464

65-
In the root level section, that is those without a seperate sub section like SMTP, you can configure
65+
In the root level section, that is those without a separate sub section like SMTP, you can configure
6666

6767
### Reserved urls
6868

69-
A comma-seperated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
69+
A comma-separated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
7070

7171
### Reserved paths
7272

13/umbraco-cms/reference/configuration/richtexteditorsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A config with all the values can be seen underneath. Since there are a lot of de
6161

6262
## Plugins
6363

64-
Allows you to specify what plugins should be enabled for the rich text editor as a comma seperated list of the plugin names.
64+
Allows you to specify what plugins should be enabled for the rich text editor as a comma separated list of the plugin names.
6565

6666
To learn more about how to use the plugins, see the [Rich Text Editor Plugins](../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/rte-plugins.md) article.
6767

13/umbraco-commerce/reference/storefront-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ GET /umbraco/commerce/storefront/api/v1/order/af697207-d370-4aee-824c-15711d43a9
154154
}
155155
```
156156

157-
The `expand` query parameter can accept a comma seperated list of property keys to expand for properties at the same level, and can also expand nested objects using a `[...]` syntax. In the following example we retrieve a Country entity, expanding it's `defaultCurrency` and `defaultPaymentMethod` whilst at the same time expanding the `allowedCountries.country` properties within the `defaultCurrency`.
157+
The `expand` query parameter can accept a comma separated list of property keys to expand for properties at the same level, and can also expand nested objects using a `[...]` syntax. In the following example we retrieve a Country entity, expanding it's `defaultCurrency` and `defaultPaymentMethod` whilst at the same time expanding the `allowedCountries.country` properties within the `defaultCurrency`.
158158

159159
```http
160160
GET /umbraco/commerce/storefront/api/v1.0/country/GB?expand=defaultCurrency[allowedCountries[country]],defaultPaymentMethod
@@ -462,7 +462,7 @@ GET /umbraco/commerce/storefront/api/v1/order/af697207-d370-4aee-824c-15711d43a9
462462

463463
When using the `fields` query parameter to limit fields returned, `id` properties will always be included.
464464

465-
Inline with the expansion feature, the `fields` paramter can also retrieve multiple fields, and nested fields using comma seperate values and the `[...]` syntax.
465+
Inline with the expansion feature, the `fields` paramter can also retrieve multiple fields, and nested fields using comma separate values and the `[...]` syntax.
466466

467467
**Request**
468468

14/umbraco-cms/reference/configuration/globalsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ The following snippet contains all the available options, with default values, a
6161

6262
## Root level settings
6363

64-
In the root level section, that is those without a seperate sub section like SMTP, you can configure
64+
In the root level section, that is those without a separate sub section like SMTP, you can configure
6565

6666
### Reserved urls
6767

6868
Key: `ReservedUrls`
6969
Type: `string` (default: `~/.well-known,`)
7070

71-
A comma-seperated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
71+
A comma-separated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
7272

7373
### Reserved paths
7474

14/umbraco-commerce/reference/storefront-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ GET /umbraco/commerce/storefront/api/v1/order/af697207-d370-4aee-824c-15711d43a9
154154
}
155155
```
156156

157-
The `expand` query parameter can accept a comma seperated list of property keys to expand for properties at the same level, and can also expand nested objects using a `[...]` syntax. In the following example we retrieve a Country entity, expanding it's `defaultCurrency` and `defaultPaymentMethod` whilst at the same time expanding the `allowedCountries.country` properties within the `defaultCurrency`.
157+
The `expand` query parameter can accept a comma separated list of property keys to expand for properties at the same level, and can also expand nested objects using a `[...]` syntax. In the following example we retrieve a Country entity, expanding it's `defaultCurrency` and `defaultPaymentMethod` whilst at the same time expanding the `allowedCountries.country` properties within the `defaultCurrency`.
158158

159159
```http
160160
GET /umbraco/commerce/storefront/api/v1.0/country/GB?expand=defaultCurrency[allowedCountries[country]],defaultPaymentMethod
@@ -462,7 +462,7 @@ GET /umbraco/commerce/storefront/api/v1/order/af697207-d370-4aee-824c-15711d43a9
462462

463463
When using the `fields` query parameter to limit fields returned, `id` properties will always be included.
464464

465-
Inline with the expansion feature, the `fields` paramter can also retrieve multiple fields, and nested fields using comma seperate values and the `[...]` syntax.
465+
Inline with the expansion feature, the `fields` paramter can also retrieve multiple fields, and nested fields using comma separate values and the `[...]` syntax.
466466

467467
**Request**
468468

15/umbraco-cms/reference/configuration/globalsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ The following snippet contains all the available options, with default values, a
6161

6262
## Root level settings
6363

64-
In the root level section, that is those without a seperate sub section like SMTP, you can configure.
64+
In the root level section, that is those without a separate sub section like SMTP, you can configure.
6565

6666
### Reserved urls
6767

6868
Key: `ReservedUrls`
6969
Type: `string` (default: `~/.well-known,`)
7070

71-
A comma-seperated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
71+
A comma-separated list of files to be left alone by Umbraco, these files will be served, and the Umbraco request pipeline will not be triggered.
7272

7373
### Reserved paths
7474

0 commit comments

Comments
 (0)