Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Increase code description readability and fix typos and broken link #47

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Travis Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram?branch=master)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/xcm8meymwerq0r82?svg=true)](https://ci.appveyor.com/project/cjpatoilo/milligram)
[![Codacy Status](https://img.shields.io/codacy/grade/848fb4bd6902434fab0bcfb5461284fe/master.svg)](https://www.codacy.com/app/milligram/milligram/dashboard)
[![Dependencies Status](https://david-dm.org/milligram/milligram.svg)](https://david-dm.org/milligram/milligram)
[![Dependencies Status](https://img.shields.io/librariesio/github/milligram/milligram.github.io)](https://david-dm.org/milligram/milligram)
[![Version Status](https://badge.fury.io/js/milligram.svg)](https://www.npmjs.com/package/milligram)
[![Download Status](https://img.shields.io/npm/dt/milligram.svg)](https://www.npmjs.com/package/milligram)
[![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram)
Expand Down
8 changes: 4 additions & 4 deletions src/templates/lists.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ section.container#lists
h3.title
| Lists
p.description
| The List is a very versatile and common way to display items. Milligram has three types of lists: The unordered list use
| The List is a very versatile and common way to display items. Milligram has three types of lists: The unordered list uses
= ' '
code ul
= ' '
| element will be marked with a outline circles, the ordered list use
| element and your items will be marked with outline circles, the ordered list uses
= ' '
code ol
= ' '
| element and your items will be marked with numbers, the description list use
| element and your items will be marked with numbers, the description list uses
= ' '
code dl
= ' '
| element and your items will not be marking, only spacings.
| element and your items will not be marked, rather indented with space.
div.example
div.row
div.column
Expand Down
2 changes: 1 addition & 1 deletion src/templates/tips.pug
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ section.container#tips
p
strong Extending The Inheritances
p
| The style of an element can be defined in several different locations, which interact in a complex way. It is this form of interaction makes CSS powerful, but it can make it confusing and difficult to debug.
| The style of an element can be defined in several different locations, which interact in a complex way. It is this form of interaction that makes CSS powerful, but it can also make it confusing and difficult to debug.
div.example
div.row
div.column
Expand Down