Skip to content

Commit

Permalink
Fix typos (#779)
Browse files Browse the repository at this point in the history
* Fix typos

* ...and again
  • Loading branch information
mchapman authored Dec 9, 2020
1 parent 93b92af commit 0ecdb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/transformer.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h4 class="title">
<pre class="interface"><code> setBuffer(Buffer): void,</code></pre>
<pre class="interface"><code> setCode(string): void,</code></pre>
<pre class="interface"><code> getCode(): Promise&lt;string&gt;,</code></pre>
<div class="inline-method">Throws if the <a href="/plugin-system/api/#AST">AST</a> is dirty (meaning: this won't implicity stringify the <a href="/plugin-system/api/#AST">AST</a>).
<div class="inline-method">Throws if the <a href="/plugin-system/api/#AST">AST</a> is dirty (meaning: this won't implicitly stringify the <a href="/plugin-system/api/#AST">AST</a>).
</div><pre class="interface"><code> setEnvironment(opts: <a href="/plugin-system/api/#EnvironmentOpts">EnvironmentOpts</a>): void,</code></pre>
<pre class="interface"><code> setMap(?<a href="/plugin-system/source-maps/#SourceMap">SourceMap</a>): void,</code></pre>
<pre class="interface"><code> setStream(Readable): void,</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion src/features/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Builds the assets once, it also enabled minification and sets the NODE_ENV=produ
parcel build index.html
```

As opposed to `serve` and `watch`, `build` has [scope hoisting](/features/scope-hoisting) enabled by default (so the other commmands implicity specify `--no-scope-hoist`).
As opposed to `serve` and `watch`, `build` has [scope hoisting](/features/scope-hoisting) enabled by default (so the other commmands implicitly specify `--no-scope-hoist`).

## Parameters

Expand Down

1 comment on commit 0ecdb79

@vercel
Copy link

@vercel vercel bot commented on 0ecdb79 Dec 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.