From 10d503723884e37e180d463869e2b195c54212b5 Mon Sep 17 00:00:00 2001 From: prklm10 Date: Wed, 27 Nov 2024 11:24:46 +0530 Subject: [PATCH] typo fix --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`