diff --git a/docs/zengin/scripts/classes/c_menuitem.md b/docs/zengin/scripts/classes/c_menuitem.md index 5fcec86802..f9e2d01c46 100644 --- a/docs/zengin/scripts/classes/c_menuitem.md +++ b/docs/zengin/scripts/classes/c_menuitem.md @@ -571,9 +571,9 @@ const int IT_EXTENDED_MENU = 1 << 14; // Advanced menu flag ??? Example "Intended use" In early engine versions, the initial position of the element could be specified using the `startPosX` and `startPosY` properties. The element moved from these coordinates to the desired position. - At the begining of the video below, it can be seen that the elements slides into the screen. That was probably done using this flag and mentionsed parameters. + At the begining of the video below, it can be seen that the elements slides into the screen. That was probably done using this flag and mentioned parameters. - ![type:video](https://www.youtube.com/watch?v=mfJag6fkfH8) + ![type:video](https://www.youtube.com/embed/mfJag6fkfH8) - `IT_TXT_CENTER` Aligns the text in the element to the center.