diff --git a/src/utils.js b/src/utils.js index c376f876..c0ce3a73 100644 --- a/src/utils.js +++ b/src/utils.js @@ -210,7 +210,7 @@ export async function* withPage(percy, url, callback, retry, args) { if (args?.snapshotName) { log.warn(`Retrying Story: ${args.snapshotName}, attempt: ${attempt}`); } - // throw warnign message with from where it is called if from in present. + // throw warning message with from where it is called if from in present. if (from) { log.warn( `Retrying because error occurred in: ${from}, attempt: ${attempt}`