Fixed typo so/of (#1522)

This commit is contained in:
Adam Bailey 2017-12-10 02:17:30 -05:00 committed by Jeremy Thomas
parent 1583bb89f1
commit 2335487827

View File

@ -51,7 +51,7 @@ doc-subtab: variables
<li><code>{{ derived_vars.link.name }}: {{ derived_vars.link.value }}</code>: the links use the primary color</li>
<li><code>{{ derived_vars.family-primary.name }}: {{ derived_vars.family-primary.value }}</code>: the primary font family is the sans-serif one</li>
<li>
<strong>Lists and maps</strong> which are collections so already defined variables:
<strong>Lists and maps</strong> which are collections of already defined variables:
<ul>
<li><code>{{ derived_vars.colors.name }}: {{ derived_vars.colors.value }}</code></li>
<li><code>{{ derived_vars.shades.name }}: {{ derived_vars.shades.value }}</code></li>