Skip to content

Commit

Permalink
docs(slides): typo fix (#7465)
Browse files Browse the repository at this point in the history
  • Loading branch information
brightpixels authored and brandyscarney committed Jul 29, 2016
1 parent bab90b5 commit c9c46df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/slides/slides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import { Swiper } from './swiper-widget';
* }
* ```
*
* Now we can call any of the `Slider` [methods]((#instance-members)),
* Now we can call any of the `Slider` [methods](#instance-members),
* for example we can use the Slider's `slideTo()` method in order to
* navigate to a specific slide on a button click. Below we call the
* `goToSlide()` method and it navigates to the 3rd slide:
Expand Down

0 comments on commit c9c46df

Please sign in to comment.