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) |
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 37f867a..bcd119b 100644 --- a/doc/elementary_examples_js.dox +++ b/doc/elementary_examples_js.dox | |||
@@ -627,7 +627,7 @@ | |||
627 | * @skip pack_end | 627 | * @skip pack_end |
628 | * @until visible | 628 | * @until visible |
629 | 629 | ||
630 | * The second clock shows ther am/pm time, that we also create with | 630 | * The second clock shows the am/pm time, that we also create with |
631 | * the JS binding method, passing our window object as | 631 | * the JS binding method, passing our window object as |
632 | * parent. Setting show_am_pm to true and again choosing the packing | 632 | * parent. Setting show_am_pm to true and again choosing the packing |
633 | * method and making clock visible. | 633 | * method and making clock visible. |
@@ -701,7 +701,7 @@ | |||
701 | * @dontinclude separator_example_01.js | 701 | * @dontinclude separator_example_01.js |
702 | 702 | ||
703 | * Separator is a very thin object used to separate other objects, | 703 | * Separator is a very thin object used to separate other objects, |
704 | * wich can be vertical or horizontal. | 704 | * which can be vertical or horizontal. |
705 | 705 | ||
706 | * This example shows how to create a window and separate in two | 706 | * This example shows how to create a window and separate in two |
707 | * parts, each one will be filled with a background color to show the | 707 | * parts, each one will be filled with a background color to show the |
@@ -1019,4 +1019,4 @@ | |||
1019 | * @image latex screenshots/icon_example_01.eps width=\textwidth | 1019 | * @image latex screenshots/icon_example_01.eps width=\textwidth |
1020 | 1020 | ||
1021 | * @example icon_example_01.js | 1021 | * @example icon_example_01.js |
1022 | */ \ No newline at end of file | 1022 | */ |