Skip to content

Commit

Permalink
[docs] Fix Typo in page-layout-examples (#12974)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3n authored and oliviertassinari committed Sep 23, 2018
1 parent 1439e41 commit 756714f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/page-layout-examples/PageLayoutExamples.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const themes = [
},
{
name: 'Album',
description: 'A reponsive album / gallery page layout with a hero unit and footer.',
description: 'A responsive album / gallery page layout with a hero unit and footer.',
src: '/static/images/layouts/album.png',
href: '/page-layout-examples/album',
source:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/page-layout-examples/album/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can customise the layout to add some pizazz in keeping with your corporate t

| File | Purpose |
|--- |--- |
| `Album.js` | A simple albumn or gallery layout in a single file. |
| `Album.js` | A simple album or gallery layout in a single file. |


## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/page-layout-examples/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can easily customise the layout to suit your design, and substitute an alter
|--- |--- |
| `Blog.js` | Main file. Customise the layout by adding grid components and changing breakpoints. |
| `Markdown.js` | Markdown renderer. It enhances react-markdown output to use the Typography |component. You can customise it or substitute an alternative.
| `blog-post.x.md` | Sample blog posts to demonstrate the rendrer.|
| `blog-post.x.md` | Sample blog posts to demonstrate the renderer.|

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/page-layout-examples/blog/blog-post.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This blog post shows a few different types of content that are supported and styled with
Material styles. Basic typography, images, and code are all supported.
You can extend these by modifying `Mardown.js`.
You can extend these by modifying `Markdown.js`.

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
Expand Down

0 comments on commit 756714f

Please sign in to comment.