Skip to content

Commit 58ac42c

Browse files
Merge pull request #663 from ExpressionEngine/feature/fix-docs-typos
Fix typos and spelling mistakes
2 parents c457c30 + a00bfc0 commit 58ac42c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+156
-141
lines changed

docs/add-ons/consent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ If this tag would not output any consent requests due to your filters, the conte
454454

455455
type='necessary'
456456

457-
Type of cookies to display. Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omited, all cookies will be displayed.
457+
Type of cookies to display. Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omitted, all cookies will be displayed.
458458

459459
It is also possible to combine several types, e.g. `type="performance|targeting"`.
460460

@@ -470,7 +470,7 @@ Limits display of cookies by cookie provider.
470470
If the cookie is provided by an add-on, the provider matches the add-ons short name, e.g. `comment` or `forum`
471471
The core ExpressionEngine cookies are identified by `ee` as provider.
472472
If cookie is only being used in Control Panel, the provider is set to `cp`.
473-
Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omited, all cookies will be displayed.
473+
Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omitted, all cookies will be displayed.
474474

475475
It is also possible to combine several providers, e.g. `type="ee|cp"`.
476476

docs/add-ons/pro-search/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ will result in values `> 0` and `< 10` rather than `>= 0` and `<= 10`.
226226
NOTE: **Note:** For numeric fields, make sure the Field Content option in the field’s settings is set to Number, Integer or Decimal.
227227

228228
### Supported Fields
229-
Apart from any custom numeric or date field, the following stardard channel fields are supported:
229+
Apart from any custom numeric or date field, the following standard channel fields are supported:
230230

231231
- `entry_date`
232232
- `edit_date`

docs/add-ons/pro-variables/type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Character to separate multiple values. Either a new line (`\n`), a pipe (`|`) or
4040

4141
## Date
4242

43-
Displays a date picker. To output anything other than a timestamp, use the `{exp:pro_variables:single}` tag. This takes the same parameters as the native Date field. Additionaly, use `modifier="relative"` to output a relative date string.
43+
Displays a date picker. To output anything other than a timestamp, use the `{exp:pro_variables:single}` tag. This takes the same parameters as the native Date field. Additionally, use `modifier="relative"` to output a relative date string.
4444

4545
### Code examples
4646

@@ -66,7 +66,7 @@ Uses the native [Grid field](/fieldtypes/grid.md). All native types are availabl
6666

6767
#### `modifier`
6868

69-
Any of the available [modifiers](/fieldtypes/grid.md#modifiers), which will trigger the ouput the modifier provides.
69+
Any of the available [modifiers](/fieldtypes/grid.md#modifiers), which will trigger the output the modifier provides.
7070

7171
### Code examples
7272

@@ -304,7 +304,7 @@ Limit the number of rows displayed.
304304

305305
## Text Input
306306

307-
Displays a single line edit input field. The _maxlength_ property can be set as well as the _size_ of the input fied. You can also define a regular expression _pattern_ to validate the value, and the _text direction_ of the input field.
307+
Displays a single line edit input field. The _maxlength_ property can be set as well as the _size_ of the input field. You can also define a regular expression _pattern_ to validate the value, and the _text direction_ of the input field.
308308

309309
### Settings
310310

docs/add-ons/rte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ NOTE: **Warning** Doing this requires advanced development skills.
169169

170170
In order to create custom CKEditor build:
171171
- Clone [GitHub repo](https://github.com/ExpressionEngine/ExpressionEngine/)
172-
- Install NPM packages by runnin `npm install`
172+
- Install NPM packages by running `npm install`
173173
- Follow the installation instructions for the plugin itself
174174
- Make your changes to `js-src\ckeditor5-build-classic\src\ckeditor.js` and other files as necessary.
175175
- Run the command `npm run build:ckeditor`

docs/add-ons/search/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The [Advanced Search Form](add-ons/search/advanced.md) tag allows you to display
2323

2424
## Displaying Search Results
2525

26-
The [Displaying Search Results](add-ons/search/results.md) page details the tags available for controling how you display results from your searches.
26+
The [Displaying Search Results](add-ons/search/results.md) page details the tags available for controlling how you display results from your searches.
2727

2828
## Search Syntax
2929

docs/add-ons/spam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Spam Module works by calculating the probability that a piece of content is
2929

3030
### Word Limit
3131

32-
This is the number of unqiue words the Spam Module keeps track of when learning from your Spam Trap. More words is more accurate, but this will slow down the Spam Module everytime it tries to classify content as spam.
32+
This is the number of unique words the Spam Module keeps track of when learning from your Spam Trap. More words is more accurate, but this will slow down the Spam Module everytime it tries to classify content as spam.
3333

3434
### Content Limit
3535

docs/add-ons/structure/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Structure is a powerful add-on that lets you create pages, generate navigation,
1313

1414
It forgoes the default template_group/template setup and creates “static” and “listing” pages that are all editable through a tree sitemap view. With Structure enabled, traditional page style content and multiple entry pages can live within the same area.
1515

16-
NOTE:**Note:** Documentation for Structure is still being migrated. Until this is complete, please refernce the [Structure documentation on EEHarbor's website](https://eeharbor.com/structure/documentation).
16+
NOTE:**Note:** Documentation for Structure is still being migrated. Until this is complete, please reference the [Structure documentation on EEHarbor's website](https://eeharbor.com/structure/documentation).

docs/advanced-usage/front-end/frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ After editing data, content can be saved by one of two ways:
3535
![save without reload](_images/ee-pro-save-reload.png)
3636

3737
## Unsaved Changes
38-
When a user edits data and has unsaved changes, Pro will create an autosave of the entry and alert the user via a notification on the edit window with unsaved changes. The autosave is triggerd based on the default autosave interval of 60 seconds. If you want to ensure users do not accidentally lose unsaved changes adjust the `[autosave_interval_seconds]` system config override to a lower interval between autosaves. A setting of 10 seconds is the recommendation.
38+
When a user edits data and has unsaved changes, Pro will create an autosave of the entry and alert the user via a notification on the edit window with unsaved changes. The autosave is triggered based on the default autosave interval of 60 seconds. If you want to ensure users do not accidentally lose unsaved changes adjust the `[autosave_interval_seconds]` system config override to a lower interval between autosaves. A setting of 10 seconds is the recommendation.
3939

4040
![unsaved changes](_images/pro_unsaved_changes.png)
4141

docs/channels/channel-form/inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Set the date of the entry and apply an enabled datepicker:
3737

3838
<p>Date <br> <input type="text" name="entry_date" value="{entry_date}" maxlength="23" size="25" rel="date-picker" data-timestamp="{entry_timestamp}"></p>
3939

40-
NOTE: **Note:** All date formats should match what the user has defined in their localization settings. The date fields will autmatically use that format and validate against it.
40+
NOTE: **Note:** All date formats should match what the user has defined in their localization settings. The date fields will automatically use that format and validate against it.
4141

4242
### Expiration Date
4343

docs/channels/entry-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Or you can exclude channels by including the word "not" followed by a space:
8989

9090
entry_id="12"
9191

92-
You can limit the tag to specific entries, or more practically, you can ommit specific entries from showing up in the cycle, by using "not":
92+
You can limit the tag to specific entries, or more practically, you can omit specific entries from showing up in the cycle, by using "not":
9393

9494
entry_id="not 2|9|23|50"
9595

0 commit comments

Comments
 (0)