fix(curriculum): add modal wording (#55642)

This commit is contained in:
Gagan Bhullar
2024-07-25 08:46:33 -06:00
committed by GitHub
parent 7e3e6fac9d
commit cb861ca971
@@ -7,6 +7,8 @@ dashedName: step-7
# --description--
A <dfn>modal</dfn> is an element that prevents all interaction with elements outside it until the modal has been dismissed.
The HTML `dialog` element has a `showModal()` method that can be used to display a modal dialog box on a web page.
```js