Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
fix(readme): correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancarriger committed Apr 6, 2018
1 parent 3fe0e6b commit c78e84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ npm install frosted-glass --save

### `frosted-glass-container`

- `stretch` - ensures that edges get blurred by [stretching the container dimentions by 5%](https://github.com/adriancarriger/frosted-glass/blob/master/src/components/frosted-glass-container/frosted-glass-container.scss#L5-L7);
- `stretch` - ensures that edges get blurred by [stretching the container dimentions by 5%](https://github.com/adriancarriger/frosted-glass/blob/master/src/components/frosted-glass-container/frosted-glass-container.scss#L5-L7)

#### Example

```html
<frosted-glass-container stretch="true">
<frosted-glass blur-amount="5px" overlay-color="ffffff52"></frosted-glass>
<frosted-glass blur-amount="5px" overlay-color="#ffffff52"></frosted-glass>
</frosted-glass-container>
```

Expand Down

0 comments on commit c78e84c

Please sign in to comment.