Skip to content

Commit 7346f26

Browse files
committed
typo
1 parent fb308d2 commit 7346f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/manuals/editor-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can interact with the editor using `editor` package that defines this API:
5353
- `"children"` — list of children resource paths for directory resources
5454
- `"text"` — text content of a resource editable as text (such as script files or json). Example of returned value: `"function init(self)\nend"`. Please note that this is not the same as reading file with `io.open()`, because you can edit a file without saving it, and these edits are available only when accessing `"text"` property.
5555
- for atlases: `images` (list of editor nodes for images in the atlas) and `animations` (list of animation nodes)
56-
- fot atlas animations: `images` (same as `images` in atlas)
56+
- for atlas animations: `images` (same as `images` in atlas)
5757
- some properties that are shown in the Properties view when you have selected something in the Outline view. These types of outline properties supported:
5858
- `strings`
5959
- `booleans`

0 commit comments

Comments
 (0)