From 5b1cd4aabb30c70cd155ed9719ae67bd583856bd Mon Sep 17 00:00:00 2001 From: liujiemin Date: Wed, 31 Aug 2016 12:57:50 -0700 Subject: [PATCH] Update automatic-layout-basics.md (#2169) --- _docs/automatic-layout-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/automatic-layout-basics.md b/_docs/automatic-layout-basics.md index a466115b..85b50d3e 100644 --- a/_docs/automatic-layout-basics.md +++ b/_docs/automatic-layout-basics.md @@ -8,7 +8,7 @@ nextPage: automatic-layout-containers.html ##Box Model Layout -ASLayout is an automatic, asynchronous, purely Objective-C box model layout feature. It is a simplified version of CSS flex box, loosely inspired by ComponetKit’s Layout. It is designed to make your layouts extensible and reusable. +ASLayout is an automatic, asynchronous, purely Objective-C box model layout feature. It is a simplified version of CSS flex box, loosely inspired by ComponentKit’s Layout. It is designed to make your layouts extensible and reusable. `UIView` instances store position and size in their `center` and `bounds` properties. As constraints change, Core Animation performs a layout pass to call `layoutSubviews`, asking views to update these properties on their subviews.