Skip to content

Commit

Permalink
Improve grammar in Navigation > Data-View attribute section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdawkins committed Dec 13, 2013
1 parent 68ee124 commit e8bde43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Navigation
The navigation in Lungo is entirely semantic, and you will use the element `<a>` or `<button>` and his data attribute "view-*" to tell the system which `<section>`, `<article>` or `<aside>` you want to go to.

### Data-View attribute
The `data-view-*` attribute is set in the `<a>` or `<button>` element to set the type of element we are going to navigate to (`<section>`, `<article>` or `<aside>`) and in the href attribute the hashbang plus the id of the element has to be set. For this purpopuse Lungo uses the bread crumbs.
The `data-view-*` attribute is set in the `<a>` or `<button>` element to set the type of element we are going to navigate to (`<section>`, `<article>` or `<aside>`) and in the href attribute the hashbang plus the id of the element has to be set. Lungo uses this `href` to generate the bread crumbs.
``` html
<section id="main">
<article id="article_1" class="active">
Expand Down

0 comments on commit e8bde43

Please sign in to comment.