From cbccad9a20039f3b91afb4d420469641fcde4481 Mon Sep 17 00:00:00 2001 From: Darryl Yeo Date: Sat, 20 Oct 2018 19:05:25 -0700 Subject: [PATCH] Fix typo: "excercise" => "exercise" (#24084) --- .../use-the-flex-grow-property-to-expand-items/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/certifications/responsive-web-design/css-flexbox/use-the-flex-grow-property-to-expand-items/index.md b/guide/english/certifications/responsive-web-design/css-flexbox/use-the-flex-grow-property-to-expand-items/index.md index 9198e886d7..dc519d7651 100644 --- a/guide/english/certifications/responsive-web-design/css-flexbox/use-the-flex-grow-property-to-expand-items/index.md +++ b/guide/english/certifications/responsive-web-design/css-flexbox/use-the-flex-grow-property-to-expand-items/index.md @@ -4,4 +4,4 @@ title: Use the flex-grow Property to Expand Items ## Use the flex-grow Property to Expand Items `flex-grow` works similarly to `flex-shrink`, the higher the number, the more it grows. -The `#box-2` box should be wider in this excercise. +The `#box-2` box should be wider in this exercise.