Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Sep 8, 2020
1 parent 9e4d2de commit 4ceecf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@

- NEW: (#41) Global `$handle-missing-keys` allows you to control exactly
what should happen when a key look-up fails.
The default `silent` provides backwards-compatable silent-failure.
The default `silent` provides backwards-compatible silent-failure.
Other options include:
- `null`: `get-token()` will return `null`, similar to Sass `map.get()`
- `warn`: `get-token()` will return `null`, and also throw a warning
- `error`: `get-token()` will throw an error if the value is not found
- NEW: `\\` (an escaped backslash) can be used to ignore (`\\#not-an-alias`)
or end (`#alias\\not-part-of-alias`) a `#` reference
- INTERNAL: (#41) Major performance improvements to the token look-up algorythm
- INTERNAL: (#41) Major performance improvements to the token look-up algorithm

Huge thanks to James Camilleri (jcamilleri13) for
all the improveents here.
Huge thanks to James Camilleri (@jcamilleri13) for all the improvements here.

## 2.1.4 - 06/30/20

Expand Down
7 changes: 3 additions & 4 deletions docs/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h2 id="2-2-0-09-08-20">2.2.0 - 09/08/20</h2>
<ul>
<li>NEW: (#41) Global <code>$handle-missing-keys</code> allows you to control exactly
what should happen when a key look-up fails.
The default <code>silent</code> provides backwards-compatable silent-failure.
The default <code>silent</code> provides backwards-compatible silent-failure.
Other options include:
<ul>
<li><code>null</code>: <code>get-token()</code> will return <code>null</code>, similar to Sass <code>map.get()</code></li>
Expand All @@ -427,10 +427,9 @@ <h2 id="2-2-0-09-08-20">2.2.0 - 09/08/20</h2>
</li>
<li>NEW: <code>\\</code> (an escaped backslash) can be used to ignore (<code>\\#not-an-alias</code>)
or end (<code>#alias\\not-part-of-alias</code>) a <code>#</code> reference</li>
<li>INTERNAL: (#41) Major performance improvements to the token look-up<span class="widont">&nbsp;</span>algorythm</li>
<li>INTERNAL: (#41) Major performance improvements to the token look-up<span class="widont">&nbsp;</span>algorithm</li>
</ul>
<p>Huge thanks to James Camilleri (jcamilleri13) for
all the improveents<span class="widont">&nbsp;</span>here.</p>
<p>Huge thanks to James Camilleri (@jcamilleri13) for all the improvements<span class="widont">&nbsp;</span>here.</p>
<h2 id="2-1-4-06-30-20">2.1.4 - 06/30/20</h2>
<ul>
<li>DOCS (#54): Fix broken links in<span class="widont">&nbsp;</span>docs</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/search-data.json

Large diffs are not rendered by default.

0 comments on commit 4ceecf4

Please sign in to comment.