From 40d9d001344d7c1728f2a64d38c9c718a37ef2c1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 25 Oct 2013 19:33:39 -0400 Subject: [PATCH] ran spellcheck on docs :) --- server/documents/collections/grid.html.eco | 2 +- server/documents/elements/segment.html.eco | 10 +++++----- server/documents/guide/cssguide.html.eco | 12 ++++++------ server/documents/introduction.html.eco | 2 +- server/documents/modules/dropdown.html.eco | 2 +- server/documents/modules/form.html.eco | 2 +- server/documents/modules/popup.html.eco | 2 +- server/documents/project/contributing.html.eco | 2 +- spec/modal.commented.js | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/server/documents/collections/grid.html.eco b/server/documents/collections/grid.html.eco index 77de2f87c..613f0bc79 100755 --- a/server/documents/collections/grid.html.eco +++ b/server/documents/collections/grid.html.eco @@ -696,7 +696,7 @@ type : 'UI Collection'

This is a very long row with lots of text in it and way more text than the other rows

-

It might even span for multiplie paragraphs.

+

It might even span for multiple paragraphs.

diff --git a/server/documents/elements/segment.html.eco b/server/documents/elements/segment.html.eco index c4cba5976..a3039a30d 100755 --- a/server/documents/elements/segment.html.eco +++ b/server/documents/elements/segment.html.eco @@ -137,24 +137,24 @@ type : 'UI Element'

Ordinality

-

A segment can be formatted to appear more or less noticable

+

A segment can be formatted to appear more or less noticeable

I'm here to tell you something, and you will probably read me first.

-

I am pretty noticable but you might check out other content before you look at me.

+

I am pretty noticeable but you might check out other content before you look at me.

If you notice me you must be looking very hard.

-

Inverted colors may also be more or less noticable

+

Inverted colors may also be more or less noticeable

I'm here to tell you something, and you will probably read me first.

-

I am pretty noticable but you might check out other content before you look at me.

+

I am pretty noticeable but you might check out other content before you look at me.

If you notice me you must be looking very hard.

@@ -165,7 +165,7 @@ type : 'UI Element'

I'm here to tell you something, and you will probably read me first.

-

I am pretty noticable but you might check out other content before you look at me.

+

I am pretty noticeable but you might check out other content before you look at me.

If you notice me you must be looking very hard.

diff --git a/server/documents/guide/cssguide.html.eco b/server/documents/guide/cssguide.html.eco index 2989c6b81..4a60cecc9 100755 --- a/server/documents/guide/cssguide.html.eco +++ b/server/documents/guide/cssguide.html.eco @@ -54,14 +54,14 @@ type : 'UI Guide'

Not Sure the Size? Table It

-

If content needs to fill a specified size exactly, but may be made up of parts with arbitary size, it can be useful to use display table and table-cell. This will make sure the parent width is always obeyed regardles of alterations to an element's width.

+

If content needs to fill a specified size exactly, but may be made up of parts with arbitrary size, it can be useful to use display table and table-cell. This will make sure the parent width is always obeyed regardless of alterations to an element's width.

Keep in mind any table-cell element must have a parent with display:table to appear formatted correctly.

.ui.input { display: table; } - /* these two elements will always fill the input exactly regardless of the text content of the button */ + /* these two elements will always fill the input exactly regardlesss of the text content of the button */ .ui.input input { display: table-cell; } @@ -192,7 +192,7 @@ type : 'UI Guide'

Nothing is always Fixed

-

CSS fixed allows you to have content stick to an offset position in a page regardless of the scroll position of the page. Fixed menus will use the page as the offset parent, in all circumstances except when css transform is used on a parent element. This will change the offset context to the transformed element instead of the page. +

CSS fixed allows you to have content stick to an offset position in a page regardlesss of the scroll position of the page. Fixed menus will use the page as the offset parent, in all circumstances except when css transform is used on a parent element. This will change the offset context to the transformed element instead of the page.

This behavior may seem unexpected, but using this quirk can allow you to have fixed position content relative to any element in a page.

.ui.content { @@ -241,7 +241,7 @@ type : 'UI Guide'

Consider alternatives to floats

-

CSS floats can create issues with the containing element not receiving the size of its children. Using overflow:hidden to clear floats means that no peice of an element can be shown outside the bounding box of the element, which limits the possibilities in an element. Clearfixes can use up one of two available pseudo class which can often be useful for styling elements.

+

CSS floats can create issues with the containing element not receiving the size of its children. Using overflow:hidden to clear floats means that no piece of an element can be shown outside the bounding box of the element, which limits the possibilities in an element. Clearfixes can use up one of two available pseudo class which can often be useful for styling elements.

Consider using another means of putting content side by side like inline-block or table-cell. These provide more freedom than floated block elements, and can add additional benefits.

To avoid issues with inline-block causing spacing between elements, specify no font size on the group and 1rem on the floated content

@@ -397,7 +397,7 @@ type : 'UI Guide'

Avoid non-semantic tags, make wrappers groups

-

UI elements should be designed to include the minimum footprint of an element. If extra styling is needed, consider using pseudo selectors :after and :before. This allows for the creation of two extra divs inside each div context which can almost always be enough to accomodate extra styling.

+

UI elements should be designed to include the minimum footprint of an element. If extra styling is needed, consider using pseudo selectors :after and :before. This allows for the creation of two extra divs inside each div context which can almost always be enough to accommodate extra styling.

If there is no other option than wrapping content in a containing HTML element, consider using a singular/plural relationship by having the wrapper describe its contents instead of an arbitrary class name like wrapper

/* not tops */ @@ -481,7 +481,7 @@ type : 'UI Guide' .ui.widget { border: 2px solid rgba(0, 0, 0, 0.1); } - /* will recieve same border treatment as parent */ + /* will receive same border treatment as parent */ .ui.widget .foo { border: inherit; } diff --git a/server/documents/introduction.html.eco b/server/documents/introduction.html.eco index 858bca55b..15658390e 100755 --- a/server/documents/introduction.html.eco +++ b/server/documents/introduction.html.eco @@ -44,7 +44,7 @@ type : 'Semantic'

Portable and self-contained. -
Using Semantic doesn't mean adopting an entire framework, or rewriting your codebase
+
Using Semantic doesn't mean adopting an entire framework, or rewriting your code base

Semantic components are written in a singular style, but are not part of mandated overarching library. Only like a couple components? No problem, use only what you need.

UI components in Semantic also define optional and required couplings with other components where their usage intersect. That means for example, a popup can check for the existence of CSS animation component before using the fallback javascript animations.

diff --git a/server/documents/modules/dropdown.html.eco b/server/documents/modules/dropdown.html.eco index 9b8268b66..3751bdd80 100755 --- a/server/documents/modules/dropdown.html.eco +++ b/server/documents/modules/dropdown.html.eco @@ -624,7 +624,7 @@ type : 'UI Module' onChange(value, text) Dropdown - Is called after a dropdown item is selected. Receieves the name and value of selection. + Is called after a dropdown item is selected. receives the name and value of selection. onShow diff --git a/server/documents/modules/form.html.eco b/server/documents/modules/form.html.eco index c4dff7566..1939859eb 100755 --- a/server/documents/modules/form.html.eco +++ b/server/documents/modules/form.html.eco @@ -248,7 +248,7 @@ type : 'UI Behavior' get field(id) - Returns element with maching name, id, or data-validate metadata to ID + Returns element with matching name, id, or data-validate metadata to ID get validation(element) diff --git a/server/documents/modules/popup.html.eco b/server/documents/modules/popup.html.eco index 7106ade24..e170c567b 100755 --- a/server/documents/modules/popup.html.eco +++ b/server/documents/modules/popup.html.eco @@ -198,7 +198,7 @@ type : 'UI Module' position : 'top right', target : '.test.image', title : 'My favorite dog', - content : 'My favorite dog would like other dogs as much as themself' + content : 'My favorite dog would like other dogs as much as themselves' }) ;
diff --git a/server/documents/project/contributing.html.eco b/server/documents/project/contributing.html.eco index 2fdf1b8f4..49dcca719 100755 --- a/server/documents/project/contributing.html.eco +++ b/server/documents/project/contributing.html.eco @@ -41,7 +41,7 @@ type : 'Semantic Project'

Be sure to include a set of steps to reproduce the issue and any related information, browser, OS etc. If we can't see the issue then it will make solving things much more difficult.

-
When submiting a bug report, please Fork this JSFiddle to create a test-case. It will have Semantic and normalize.css included for you automatically.
+
When submitting a bug report, please Fork this JSFiddle to create a test-case. It will have Semantic and normalize.css included for you automatically.
Submit a bug report diff --git a/spec/modal.commented.js b/spec/modal.commented.js index 60b281322..1a14d44b0 100755 --- a/spec/modal.commented.js +++ b/spec/modal.commented.js @@ -117,7 +117,7 @@ $.fn.modal = function(parameters) { module.verbose('Storing instance of modal'); // Immediately define possibly undefined instance instance = module; - // Store new refrence in metadata + // Store new reference in metadata $module .data(moduleNamespace, instance) ;