Skip to content

Commit d099ba2

Browse files
authored
Merge pull request #170 from GasimoCodes/master
Fix typo in Custom Editors
2 parents 9e5cf13 + caa41a0 commit d099ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/scripting/custom-editors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Flax Editor uses Custom Editors to show selected actors properties in the *Properties* window. It also lists scripts attached. Game developers can write custom editors to extend the default UI and logic of the editor. For example, you can very easily **create a custom editor for your script**. To learn how, see [this tutorial](../tutorials/custom-editor.md).
66

7-
You can also use custom attributes right insiide your code. See [this documentation page](attributes.md).
7+
You can also use custom attributes right inside your code. See [this documentation page](attributes.md).
88

99
Implementation of the Custom Editors is open source (as a part of *Flax Engine*) and can be found [here](https://github.com/FlaxEngine/FlaxEngine/tree/master/Source/Editor/CustomEditors).

0 commit comments

Comments
 (0)