| Index: lib/src/hydrolysis/API.md
|
| diff --git a/lib/src/hydrolysis/API.md b/lib/src/hydrolysis/API.md
|
| index 3a7fd4fd3e66aeedc8fc26a35909be2b93d83f84..1751e6dfbb2cb6ce295f7bde28bb925797af94e9 100644
|
| --- a/lib/src/hydrolysis/API.md
|
| +++ b/lib/src/hydrolysis/API.md
|
| @@ -175,8 +175,8 @@ tree, in a format that maintains the ordering of the HTML imports spec.
|
| <a name="hydrolysis.Analyzer+getLoadedAst"></a>
|
| #### analyzer.getLoadedAst(href, [loaded]) ⇒ <code>Promise.<DocumentAST></code>
|
| Returns a promise resolving to a form of the AST with all links replaced
|
| -with the document they link to. .css and .script files become <style> and
|
| -<script>, respectively.
|
| +with the document they link to. .css and .script files become <style> and
|
| +<script>, respectively.
|
|
|
| The elements in the loaded document are unmodified from their original
|
| documents.
|
|
|