Skip to content

Commit af730a0

Browse files
committed
chore: update legacy comments
1 parent e7b46b6 commit af730a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const HolyLoader = ({
129129
};
130130

131131
/**
132-
* Overrides the history.pushState function to stop the NProgress bar
132+
* Overrides the history.pushState function to stop the progress bar
133133
* when navigating to a new page without a full page reload.
134134
*/
135135
const overridePushState = (): void => {
@@ -141,7 +141,7 @@ const HolyLoader = ({
141141
};
142142

143143
/**
144-
* Handles click events on anchor tags, starting the NProgress bar for page navigation.
144+
* Handles click events on anchor tags, starting the progress bar for page navigation.
145145
* It checks for various conditions to decide whether to start the progress bar or not.
146146
*
147147
* @param {MouseEvent} event The mouse event triggered by clicking an anchor tag.

0 commit comments

Comments
 (0)