From 306a0071d09cd62faf56cf74a2cc2bcc96cb4ed5 Mon Sep 17 00:00:00 2001 From: Numaan Ashraf Date: Fri, 22 Jun 2018 16:38:10 +0530 Subject: [PATCH] Fix typo: "repect" -> "respect" --- css-layout-api/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-layout-api/Overview.bs b/css-layout-api/Overview.bs index 89711646..151b89db 100644 --- a/css-layout-api/Overview.bs +++ b/css-layout-api/Overview.bs @@ -138,7 +138,7 @@ The 'overflow' property applies to layout API containers. This is discuss [[#interaction-overflow]]. As the layout is entirely up to the author, properties which are used in other layout modes (e.g. -flex, block) may not apply. For example an author may not repect the 'margin' property on children. +flex, block) may not apply. For example an author may not respect the 'margin' property on children. Layout API Container Painting {#painting} -----------------------------------------