Skip to content

Commit 8e444eb

Browse files
Update generators.md
1 parent 98a698f commit 8e444eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/templates/generators.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
[TOC]
1313

14-
ExpressionEngine provides a set of template generators that allow you to quickly scaffold templates based on your existing data structures (channels, custom fields, etc.). The template generators are available through both the Control Panel and the Command Line Interface (CLI). The generated templates will demonstrate the most common ways of accessing the data. Additionally, the templates have a settings option to also include comments and links to the field's documenation.
14+
ExpressionEngine provides a set of template generators that allow you to quickly scaffold templates based on your existing data structures (channels, custom fields, etc.). The template generators are available through both the Control Panel and the Command Line Interface (CLI). The generated templates will demonstrate the most common ways of accessing the data. Additionally, the templates have a settings option to also include comments and links to the field's documentation.
1515

1616
## Control Panel Usage
1717

18-
Before you can use the template generators you will need to setup your channels and custom fields. Once this is done you can navigate to Templates > Template Generator.
18+
Before you can use the template generators you will need to set up your channels and custom fields. Once this is done you can navigate to Templates > Template Generator.
1919

2020
![ExpressionEngine Control Panel Template Generator](_images/cp-template-generators.png)
2121

2222
Select the generator that you want along with any available options and then type in a name for the template group that will be created.
2323

24-
Upon successful generation of new templates you will be brought to the Template Group page so that you may view and modify any of the generated files.
24+
Upon successful generation of new templates, you will be brought to the Template Group page so that you may view and modify any of the generated files.
2525

2626
## Command Line Usage
2727

@@ -93,4 +93,4 @@ php system/ee/eecli.php generate:templates member:profile --template_group=membe
9393

9494
## Developer Documentation
9595

96-
To learn more about having an Add-on integrate with Template Generators check out the [Template Generator Service](development/services/template-generator.md).
96+
To learn more about having an Add-on integrate with Template Generators check out the [Template Generator Service](development/services/template-generator.md).

0 commit comments

Comments
 (0)