Skip to content

Commit

Permalink
fixes Semantic-Org#55 mispelling
Browse files Browse the repository at this point in the history
Former-commit-id: 90b92a4
Former-commit-id: c6483a7af02ef6b55c3b90389e02b73e595d8153
  • Loading branch information
jlukic committed Sep 20, 2013
1 parent e6250ef commit 0319485
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please [share any issues](https://github.com/jlukic/Semantic-UI/issues?state=ope

The Semantic library describes many UI elements. In most instances it might be best to build a custom build with only the elements you need.

*Build tools are not yet available but stay tuned!*
*Build tools are not yet available but stay tuned!*

~~You can use our build tool to select only the components you want~~

Expand All @@ -29,13 +29,13 @@ If you prefer to download the whole kit as a zip, it is so conveniently packaged

## The Specification

The aim of the specification is to develop conventions around structuring and naming code for interface elements.
The aim of the specification is to develop conventions around structuring and naming code for interface elements.

By defining a vocabulary the development community can exchange javascript and css definitions of UI in a similar language, making new code easier to grock, and reducing the complexity of starting a new project, or changing a sites design.
By defining a vocabulary the development community can exchange javascript and css definitions of UI in a similar language, making new code easier to grok, and reducing the complexity of starting a new project, or changing a sites design.

## Types of UI

UI components are split into four categories, ranging from smallest to largest in scope:
UI components are split into four categories, ranging from smallest to largest in scope:
* UI Elements
* UI Collections
* UI Modules
Expand All @@ -44,7 +44,7 @@ UI components are split into four categories, ranging from smallest to largest i
### UI Elements
UI Elements are interface elements which do not contain other elements inside themselves. This can be thought of as similar in definition as an "element" in chemistry.

UI elements can have plural definitions when they are known to exist together frequently.
UI elements can have plural definitions when they are known to exist together frequently.

In this case each button will be large because we understand it is a part of the large button group
``` html
Expand All @@ -66,12 +66,12 @@ UI Collections are groups of heteregeneous UI elements which are usually found t

UI collections have a definition of elements that exist, or could exist inside of them. They do not usually require all elements to be found, but they describe a list of the "usual suspects". Unlike elements, collections are not typically useful to define in plural.

Examples of UI collections:
Examples of UI collections:
* Forms
* Tables
* Grids (Layout)
* Menus


### UI Modules

Expand Down Expand Up @@ -151,7 +151,7 @@ Here is part of Semantic's definition of a button
<div class="ui active button">
```

**Variations**: A button may sometimes look different than its prototype.
**Variations**: A button may sometimes look different than its prototype.
```html
<div class="ui large blue icon button">
<i class="ui icon heart"></i>
Expand Down

0 comments on commit 0319485

Please sign in to comment.