From 02e7fc57931c1b195da66ba56875662c03e4efcd Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 4 Aug 2018 21:16:08 -0500 Subject: [PATCH] doc(typo): Correct spelling Trivial fix. Correct a minor spelling error in doc. Change-Id: Ie111acdf7dbbf884cc12acf9136d324ad332a823 Signed-off-by: Tin Lam --- doc/source/layering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/layering.rst b/doc/source/layering.rst index c54baad2..178cfaef 100644 --- a/doc/source/layering.rst +++ b/doc/source/layering.rst @@ -68,7 +68,7 @@ works as follows: ``metadata.labels`` are a **superset** of document C's ``parentSelector``. Where: - * Highest precendence means that ``P`` belongs to the lowest layer + * Highest precedence means that ``P`` belongs to the lowest layer defined in the ``layerOrder`` list from the ``LayeringPolicy`` which is at least one level higher than the layer for ``C``. For example, if ``C`` has layer ``site``, then its parent ``P`` must at least have layer ``type``