Skip to content

Commit d3d2d9c

Browse files
authored
Fix typo on editor interface page (#86)
1 parent 6b9ea03 commit d3d2d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pandora comes with an inbuilt editor directly inside Godot Engine:
77
1. **Control Bar**: Create or delete entities, save the game or reset the addon to the latest save.
88
2. **Entity Tree**: View and Select entities and categories.
99
3. **Property Bar**: Create a new property on the currently selected category.
10-
4. **Property List**: All created properties for the currently selected category or entity. Property names can be changed only on its original category - click on the reference link to navigate to it. Values can be changed on all entities and categories. They values will be propagated down automatically. [Learn more about property inheritance here](/concepts/entities).
10+
4. **Property List**: All created properties for the currently selected category or entity. Property names can be changed only on its original category - click on the reference link to navigate to it. Values can be changed on all entities and categories. Their values will be propagated down automatically. [Learn more about property inheritance here](/concepts/entities).
1111
5. **Entity Configuration**: each entity comes with a default configuration such as its icon and the script it is instantiated with. Those can be changed on a per entity basis.
1212
6. **Property Configuration**: selecting the name of a property will open up its configuration. Many properties support a set of configurations that can be adjusted to the user's needs. [Learn more about property attributes](/concepts/properties/)
13-
7. **Information Bar**: learn more about how to contribute to this addon, as well as some useful links. This also contains the current addon version - ensure to include this version in any bug report!
13+
7. **Information Bar**: learn more about how to contribute to this addon, as well as some useful links. This also contains the current addon version - ensure to include this version in any bug report!

0 commit comments

Comments
 (0)