Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

- Resolve progress bar when navigating back from external page
- Fixed the TopLoader for anchor url having other domain name
- Moved histry.pushState function outside the MouseEvent, it was triggering for every mouse click
- Moved history.pushState function outside the MouseEvent, it was triggering for every mouse click
- Fixed TopLoader getting stuck on popstate events
- Fixed the use of rest params and passing its type as any
- Fixed for all Special Schemes, TopLoader will not run on special schemes now onwards
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type NextTopLoaderProps = {
*/
initialPosition?: number;
/**
* The increament delay speed in milliseconds.
* The increment delay speed in milliseconds.
* @default 200
*/
crawlSpeed?: number;
Expand All @@ -37,7 +37,7 @@ export type NextTopLoaderProps = {
*/
height?: number;
/**
* Auto increamenting behaviour for the TopLoader.
* Auto incrementing behaviour for the TopLoader.
* @default true
*/
crawl?: boolean;
Expand Down