Skip to content

Commit 12e38d5

Browse files
committed
Minor changes to member documentation
1 parent b3fa972 commit 12e38d5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/member/edit-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The custom profile fields can be displayed individually by addressing them using
122122

123123
## Custom Profile Field Variable Pair
124124

125-
All custom fields are output inside the ``{custom_profile_fields}`` varialble tag pair.
125+
All custom fields are output inside the ``{custom_profile_fields}`` variable tag pair.
126126

127127
{custom_profile_fields}
128128
<p>
@@ -175,7 +175,7 @@ Text direction set for field (`rtl` or `ltr`)
175175

176176
#### `{maxlength}`
177177

178-
Max. length set for text fields
178+
Maximum length set for text fields
179179

180180
#### `{field_type}`
181181

docs/member/registration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ NOTE: **Important:** In order for site visitors to be allowed to register for ac
2626
### `form_class=`
2727

2828
form_class="register"
29-
29+
3030
### `primary_role=`
3131

32-
primary_role="7"
32+
primary_role="7"
3333

3434
This parameter allows you to specify the primary role to assign the new member, overriding the default member setting.
3535

@@ -120,12 +120,12 @@ Please note you need to address those by ID and not name, e.g. `m_field_id_8`
120120
<label for="work_title">Work title</label>
121121
<input type="text" id="work_title" name="m_field_id_1" size="40" value="{if m_field_id_1}{m_field_id_1}{/if}" />
122122

123-
And easier way to display the field's input is to use special tag:
123+
And easier way to display the field's input is to use the special tag:
124124

125125
<label for="work_title">Work title</label>
126126
{field:work_title}
127127

128-
Custom fields can also be output inside the ``{custom_fields}`` varialble tag pair.
128+
Custom fields can also be output inside the ``{custom_fields}`` variable tag pair.
129129

130130
{custom_fields}
131131
<p>
@@ -203,7 +203,7 @@ This will show errors with the submitted password as well as password confirm.
203203

204204
### `{field:field_name}`
205205

206-
Displays the custom field input form for the given field (substitute `field_name` with actual field name). Note that the field must be set as "visible on registration" in order to show up.
206+
Displays the custom field input form for the given field (substitute `field_name` with the actual field name). Note that the field must be set as "visible on registration" in order to show up.
207207

208208
## Example
209209

0 commit comments

Comments
 (0)