From bb55a2e1f6b1890ebfdca199c4dc38c99736f43b Mon Sep 17 00:00:00 2001 From: Hanton Yang Date: Wed, 28 Aug 2019 14:54:17 +0800 Subject: [PATCH] [Docs] Fix broken link in `Layout-Quickstart` --- docs/_docs/layout2-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/layout2-quickstart.md b/docs/_docs/layout2-quickstart.md index 49c5b666d..047025fd9 100755 --- a/docs/_docs/layout2-quickstart.md +++ b/docs/_docs/layout2-quickstart.md @@ -32,7 +32,7 @@ Texture's layout system is centered around two basic concepts: A layout spec, short for "layout specification", has no physical presence. Instead, layout specs act as containers for other layout elements by understanding how these children layout elements relate to each other. -Texture provides several subclasses of `ASLayoutSpec`, from a simple layout specification that insets a single child, to a more complex layout specification that arranges multiple children in varying stack configurations. +Texture provides several subclasses of `ASLayoutSpec`, from a simple layout specification that insets a single child, to a more complex layout specification that arranges multiple children in varying stack configurations. ### Layout Elements