Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Aug 15, 2023
1 parent 1700224 commit 738d3d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Create the fuel codes and descriptions in the validation configuration file::
'WND': Wind
'COA': Coal
'ELC': Electricity
indetifiers:
identifiers:
'00': Primary Resource
'01': Intermediate
'02': End Use
Expand Down Expand Up @@ -335,8 +335,8 @@ Use the defined codes to create a schema for the fuel codes::
- name: type
valid: fuels
position: (1, 3)
- name: indentifier
valid: indetifiers
- name: identifier
valid: identifiers
position: (4, 5)

6. Create ``TECHNOLOGY`` Schema
Expand Down Expand Up @@ -364,7 +364,7 @@ The final validation configuration file for this example will look like::
'WND': Wind
'COA': Coal
'ELC': Electricity
indetifiers:
identifiers:
'00': Primary Resource
'01': Intermediate
'02': End Use
Expand All @@ -380,8 +380,8 @@ The final validation configuration file for this example will look like::
- name: type
valid: fuels
position: (1, 3)
- name: indentifier
valid: indetifiers
- name: identifier
valid: identifiers
position: (4, 5)
TECHNOLOGY:
- name: technology_name
Expand Down

0 comments on commit 738d3d9

Please sign in to comment.