Skip to content

Commit

Permalink
Merge pull request #32 from mannuelf/patch-1
Browse files Browse the repository at this point in the history
Typo fixes
  • Loading branch information
abdelrahman3d authored Feb 4, 2019
2 parents eaebd91 + 02a244f commit 9f42393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yarn add hooper
</slide>
...
</hooper>
<template>
</template>
<script>
import { Hooper, Slide } from 'hooper';
Expand Down Expand Up @@ -70,7 +70,7 @@ you can combine all settings in one object and pass it using `setting` prop
...
</hooper>
<template>
</template>
<script>
import { Hooper, Slide } from 'hooper';
Expand Down Expand Up @@ -109,7 +109,7 @@ you can pass an array of breaking points to the carousel settings, to specify a
...
</hooper>
<template>
</template>
<script>
import { Hooper, Slide } from 'hooper';
Expand Down Expand Up @@ -214,7 +214,7 @@ Available Addons:
<hooper-pagination slot="hooper-addons"></hooper-pagination>
<hooper-progress slot="hooper-addons"></hooper-progress>
</hooper>
<template>
</template>
<script>
import {
Expand Down

0 comments on commit 9f42393

Please # to comment.