diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-01-28 13:14:20 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-01-28 13:14:20 +0100 |
commit | c55299ca51e2d0e233549c861608fefe231f2877 (patch) | |
tree | 40de1ff30583018e5bc2a3abdca5004c2b945b77 /doc/elementary_examples_js.dox | |
parent | 37313986226c5ec05375ff6ae394585085efe211 (diff) | |
download | efl-c55299ca51e2d0e233549c861608fefe231f2877.tar.gz |
docs: Fix assorted typos in legacy documentation
Samsung reported a long list of typos in our legacy docs, this fixes them.
Diffstat (limited to 'doc/elementary_examples_js.dox')
-rw-r--r-- | doc/elementary_examples_js.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/elementary_examples_js.dox b/doc/elementary_examples_js.dox index 37f867a638..bcd119bdab 100644 --- a/doc/elementary_examples_js.dox +++ b/doc/elementary_examples_js.dox @@ -627,7 +627,7 @@ * @skip pack_end * @until visible - * The second clock shows ther am/pm time, that we also create with + * The second clock shows the am/pm time, that we also create with * the JS binding method, passing our window object as * parent. Setting show_am_pm to true and again choosing the packing * method and making clock visible. @@ -701,7 +701,7 @@ * @dontinclude separator_example_01.js * Separator is a very thin object used to separate other objects, - * wich can be vertical or horizontal. + * which can be vertical or horizontal. * This example shows how to create a window and separate in two * parts, each one will be filled with a background color to show the @@ -1019,4 +1019,4 @@ * @image latex screenshots/icon_example_01.eps width=\textwidth * @example icon_example_01.js - */
\ No newline at end of file + */ |