Skip to content

Commit

Permalink
fix(review)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and GeoSot committed Aug 31, 2022
1 parent b1f1d81 commit b260c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/scrollspy.js
Expand Up @@ -48,7 +48,7 @@ const DefaultType = {
offset: '(number|null)', // TODO v6 @deprecated, keep it for backwards compatibility reasons
rootMargin: 'string',
smoothScroll: 'boolean',
target: '(string|element)',
target: 'element',
threshold: 'array'
}

Expand Down

0 comments on commit b260c3a

Please sign in to comment.