Skip to content

Commit

Permalink
Replaced alert by confirm as suggested in mdn#3324 (mdn#3328)
Browse files Browse the repository at this point in the history
* Replaced alert by confirm as suggested in mdn#3324

* confirm to confirmation

As suggested Updated to confirmation
  • Loading branch information
CreaTorAlexander authored Mar 22, 2021
1 parent 55599ef commit 4c81827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/confirm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3 id="Parameters">Parameters</h3>

<dl>
<dt><code>message</code></dt>
<dd>A string you want to display in the alert dialog.</dd>
<dd>A string you want to display in the confirmation dialog.</dd>
</dl>

<h3 id="Return_value">Return value</h3>
Expand Down

0 comments on commit 4c81827

Please sign in to comment.