From 0319485e053eb8baf2e6143cdad31d1a000bd846 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 20 Sep 2013 15:10:59 -0400 Subject: [PATCH] fixes #55 mispelling Former-commit-id: 90b92a411d9f329f4e846145f295a58db0e74091 Former-commit-id: c6483a7af02ef6b55c3b90389e02b73e595d8153 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 99868fa08..d18313bc3 100755 --- a/README.md +++ b/README.md @@ -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~~ @@ -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 @@ -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 @@ -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 @@ -151,7 +151,7 @@ Here is part of Semantic's definition of a button
``` -**Variations**: A button may sometimes look different than its prototype. +**Variations**: A button may sometimes look different than its prototype. ```html