diff --git a/docs/json-ui/json-ui-documentation.md b/docs/json-ui/json-ui-documentation.md
index 4526cd859d..408b5709db 100644
--- a/docs/json-ui/json-ui-documentation.md
+++ b/docs/json-ui/json-ui-documentation.md
@@ -23,6 +23,7 @@ mentions:
- Gotemba912
- QuazChick
- 1cce
+ - MinecraftBedrockArabic
description: Documentation for JSON UI.
---
@@ -220,7 +221,7 @@ Use of `notify_on_ellipses`. Mostly used with hardcoded texts.
| uv | Vector [u, v] | | Start position of the texture mapping |
| uv_size | Vector [width, height] | | Size of the texture mapping |
| texture_file_system | string | `InUserPackage` | Source to get the texture.
Possible values:
`InUserPackage`
`InAppPackage`
`RawPath`
`RawPersistent`
`InSettingsDir`
`InExternalDir`
`InServerPackage`
`InDataDir`
`InUserDir`
`InWorldDir`
`StoreCache`
Usage is Unknown |
-| nineslice_size | int, Vector [x, y] or Vector [x0, y0, x1, y1] | | 9-slice. A method that divides an texture into 9 pieces. When resized the corners will stay in place and the rest will stretch |
+| nineslice_size | int or Vector [x0, y0, x1, y1] | | 9-slice. A method that divides an texture into 9 pieces. When resized the corners will stay in place and the rest will stretch |
| tiled | boolean or enum | | If the texture will tile when the size of the UI element is bigger than the texture size.
Possible values:
`true`/`false`
`x`
`y` |
| tiled_scale | Vector [sX, sY] | `false` | Scale of the tile textures |
| clip_direction | enum | | Start point position for the `clip_ratio`. If `down`, the image will begin to appear from the bottom.
Possible values:
`left`
`right`
`up`
`down`
`center` |