Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Nov 27, 2024
1 parent a592962 commit 10d5037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 10d5037

Please sign in to comment.