We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9135539 commit 3f14490Copy full SHA for 3f14490
test/helpers/actions.ts
@@ -855,7 +855,7 @@ export async function handleOver50PercentAlert(action: alertAction = 'confirm')
855
await handleCommonAlert(action, 'SendDialog2', 'over 50%');
856
}
857
858
-// sending over 100$ warning
+// sending over $100 warning
859
export async function handleOver100Alert(action: alertAction = 'confirm') {
860
await handleCommonAlert(action, 'SendDialog1', 'over $100');
861
0 commit comments