Skip to content

Commit adc58c7

Browse files
committed
Fix markdown validation
1 parent 3971a14 commit adc58c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/building-sites/elements/template-variables/step-by-step.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ This page outlines how to create a Template Variable in MODX Revolution. A Templ
99

1010
## Explanation
1111

12-
When we say "Create a Template Variable", there are two possible actions that we might be talking about:
12+
When we say "Create a Template Variable", there are two possible actions that we might be talking about:
1313

14-
- we can be referring to the action of adding some text or content to one of our existing custom fields when we edit a MODX page (i.e. a Resource),
15-
- OR we can be referring to the action of defining this field so that it is available to our MODX resources.
14+
- we can be referring to the action of adding some text or content to one of our existing custom fields when we edit a MODX page (i.e. a Resource),
15+
- OR we can be referring to the action of defining this field so that it is available to our MODX resources.
1616

1717
This page is all about the latter. In the first case, we would be creating an _instance_ of the Template Variable, whereas the second case is all about defining the Template Variable blueprint, which determines how each instance will behave.
1818

1919
**A Class of Field**
20-
When you create a Template Variable, you are really defining a _class_ of custom field; it acts as a blueprint for all instances of this custom field.
20+
When you create a Template Variable, you are really defining a _class_ of custom field; it acts as a blueprint for all instances of this custom field.
2121

2222
## Creating the Template Variable
2323

0 commit comments

Comments
 (0)