Skip to content

Commit

Permalink
Merge pull request janheinrichmerker#218 from BedrockDev/patch-1
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
janheinrichmerker committed Jun 25, 2017
2 parents 98a2068 + 507967d commit ede071e
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 @@ -279,7 +279,7 @@ goToFirstSlide();
Automatically scroll through the intro until user interacts with the intro.

```java
/* Start an auto slideshow with 2500ms delay between schrolls and infinite repeats */
/* Start an auto slideshow with 2500ms delay between scrolls and infinite repeats */
autoplay(2500, INFINITE);
/* Start an auto slideshow with default configuration */
autoplay();
Expand Down

0 comments on commit ede071e

Please sign in to comment.