diff --git a/pages/develop/debug/clouseau.md.txt b/pages/develop/debug/clouseau.md.txt index 523c456f3..2db771de3 100644 --- a/pages/develop/debug/clouseau.md.txt +++ b/pages/develop/debug/clouseau.md.txt @@ -128,10 +128,10 @@ To control the objects that are displayed, click on the "Settings" button and de ![Clouseau Settings](/_media/settings_clouseau.png) -This will display all the program's ojbects, desmontrating that widgets are just gathered specific objects. +This will display all the program's objects, demonstrating that widgets are just gathered specific objects. ![Clouseau Objects](/_media/clouseau_object.png) -Highlightend in yellow is the ``Elm_box``, which is an ``Evas_box`` composed of an ``Evas_rectangle``, an ``Elm_Label`` and an ``Elm_Button``. +Highlighted in yellow is the ``Elm_box``, which is an ``Evas_box`` composed of an ``Evas_rectangle``, an ``Elm_Label`` and an ``Elm_Button``. A Button widget is an Edje_Object which is composed of four ``Evas_rectangle``, one ``Evas_image`` and two ``Evas_text``. \ No newline at end of file