Skip to content

Commit

Permalink
typo: callapsing -> collapsing (mdn#21025)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Sep 23, 2022
1 parent fe57e9b commit 428283e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ In this example we have two adjacent {{HTMLElement("div")}} elements, which each

#### Preventing margin collapsing

In this example we wrap the second `<div>` in an outer one, to create a new BFC and prevent margin callapsing.
In this example we wrap the second `<div>` in an outer one, to create a new BFC and prevent margin collapsing.

```html
<div class="blue"></div>
Expand Down

0 comments on commit 428283e

Please sign in to comment.