Skip to content

Commit 6b13592

Browse files
author
Andy McCormick
committed
grammar updates
1 parent 1a9ccf3 commit 6b13592

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/advanced-usage/env-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ $config['show_ee_news'] = 'y';
7373

7474
## MSM Example
7575

76-
If your ExpressionEngine installation is hosting multiple sites, you can specify different values for MSM sites configuiration by using site short name as prefix.
76+
If your ExpressionEngine installation is hosting multiple sites, you can specify different values for MSM sites configuration by using site short name as prefix.
7777

78-
Th site short name can be accessed in the code using `$GLOBALS['assign_to_config']['site_name']` variable.
78+
The site short name can be accessed in the code using `$GLOBALS['assign_to_config']['site_name']` variable.
7979

8080
The below example demonstrates this approach, assuming you have 2 MSM sites with short names of `default_site` and `second_site`
8181

docs/installation/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
- Resolved [#2107](https://github.com/ExpressionEngine/ExpressionEngine/issues/2107) where Cookie Consents were not fully installed when updating from EE2
3232
- Resolved [#2439](https://github.com/ExpressionEngine/ExpressionEngine/issues/2439) where channel form CSS link was returning 404 error
3333
- Resolved [#2532](https://github.com/ExpressionEngine/ExpressionEngine/issues/2532) where Edit Profile form could show error when used on same page with channel entries tag
34-
- Resolved issue where calculating file usage could show PHP error if some upload destination was missing
34+
- Resolved issue where calculating file usage could show a PHP error if some upload destinations were missing
3535
- Resolved [#2525](https://github.com/ExpressionEngine/ExpressionEngine/issues/2525) where using `channel="not ..."` parameter was returning no results on `{exp:channel:entries}`
3636
- Resolved [#2497](https://github.com/ExpressionEngine/ExpressionEngine/issues/2361) where `categories` parameter did not work on relationship `siblings` and `parents` tags
37-
- Resolved [#2505](https://github.com/ExpressionEngine/ExpressionEngine/issues/2505) where Stats module could show PHP error when using PHP 8.1
37+
- Resolved [#2505](https://github.com/ExpressionEngine/ExpressionEngine/issues/2505) where Stats module could show a PHP error when using PHP 8.1
3838
- Resolved [#2550](https://github.com/ExpressionEngine/ExpressionEngine/issues/2550) where Pro Search did not store IPv6 addresses correctly
3939
- Resolved [#2432](https://github.com/ExpressionEngine/ExpressionEngine/issues/2432) where some Structure queries were slow on large websites
40-
- Resolved bug with create generic migration in CLI
40+
- Resolved bug when creating generic migrations using the CLI
4141
- Fixed some CP styles
4242
- Fixed some PHP 8.1 compatibility issues
4343

docs/member/registration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ NOTE: **Important:** In order for site visitors to be allowed to register for ac
3131

3232
primary_role="7"
3333

34-
This parameter allows you to specify the primary role to assign the new member, overrideing the default member setting.
34+
This parameter allows you to specify the primary role to assign the new member, overriding the default member setting.
3535

3636
### `primary_role=`
3737

3838
primary_role="6"
3939

40-
The primary role that will be assigned to registered member. If omited, the default role will be assigned.
40+
The primary role that will be assigned to registered member. If omitted, the default role will be assigned.
4141

4242
### `error_handling="inline"`
4343
error_handling="inline"
4444

45-
This parameter allows you to use inline errors in your registration form. The errors can be displayed using `{error:field_name}` name where `field_name` would need to be replaced with the name of the field that has error, as used to compose the form.
45+
This parameter allows you to use inline errors in your registration form. The errors can be displayed using the `{error:field_name}` tag where `field_name` would need to be replaced with the name of the field that has an error, as used to compose the form.
4646

4747
## Form Inputs
48-
NOTE: Be sure to include the required Javascript and CSS to use the native [Password Validation](member/password-validation.md).
48+
NOTE: Be sure to include the required JavaScript and CSS to use the native [Password Validation](member/password-validation.md).
4949

5050
### Email
5151

docs/templates/conditionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ You can test against the Primary Role of the currently logged in user.
330330

331331
{if logged_in_primary_role_short_name == 'super_admin'} Secret content {/if}
332332

333-
Check against the short name of primary role for the currently logged in user.
333+
Check against the short name of the primary role for the currently logged in user.
334334

335335
### `logged_in_primary_role_description`
336336

0 commit comments

Comments
 (0)