Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Mar 31, 2018
1 parent 83bba5c commit 61987a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/simple-scrollspy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "simple-scrollspy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple scrollspy javascript without jQuery, no dependencies.",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/scrollspy.js
Expand Up @@ -10,7 +10,7 @@ export class ScrollSpy {

let defaultOptions = {
offset: 0,
menuItemClass: 'li > a',
menuActiveTarget: 'li > a',
sectionClass: '.scrollspy',
activeClass: 'active',
}
Expand Down

0 comments on commit 61987a1

Please sign in to comment.