From 79e2bf04e723dca8781323b61d6ba579f42b9be2 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Mon, 25 Jul 2016 10:54:12 -0700 Subject: [PATCH] Update layout-api-debugging.md --- _docs/layout-api-debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/layout-api-debugging.md b/_docs/layout-api-debugging.md index 391834f2..495098d7 100755 --- a/_docs/layout-api-debugging.md +++ b/_docs/layout-api-debugging.md @@ -12,8 +12,8 @@ Here are some helpful questions to ask yourself when you encounter any issues co
Certain `ASLayoutable` properties will _only_ apply when the layoutable is a child of a _stack_ spec (the child is called an ASStackLayoutable), while other properties _only_ apply when the layoutable is a child of a _static_ spec (the child is called an ASStaticLayoutable). -- table of `ASStackLayoutables` [properties](http://asyncdisplaykit.org/docs/automatic-layout-containers.html#asstacklayoutable-properties) -- table of `ASStaticLayoutable` [properties](http://asyncdisplaykit.org/docs/automatic-layout-containers.html#asstaticlayoutable-properties) +- table of [`ASStackLayoutables` properties](http://asyncdisplaykit.org/docs/automatic-layout-containers.html#asstacklayoutable-properties) +- table of [`ASStaticLayoutable` properties](http://asyncdisplaykit.org/docs/automatic-layout-containers.html#asstaticlayoutable-properties) All ASLayoutable properties can be applied to _any_ layoutable (e.g. any node or layout spec), however certain properties will only take effect depending on the type of the parent layout spec they are wrapped in.