Skip to content

Commit

Permalink
fix: corrected the spelling in refresh rate error in documentation #2777
Browse files Browse the repository at this point in the history
  • Loading branch information
Kausar-HM authored and corteggiano committed May 20, 2024
1 parent 1ad08f0 commit 03e58e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function getValidRefreshRate(refreshRate: number) {
try {
if (refreshRate && refreshRate < 1000) {
throw new Error(
'Refresh rate has minimum value of 1000 miliseconds. Setting rerfesh rate to 1 second.'
'Refresh rate has minimum value of 1000 milliseconds. Setting refresh rate to 1 second.'
);
}
return refreshRate;
Expand Down

0 comments on commit 03e58e7

Please sign in to comment.