Skip to content

Commit

Permalink
Fix typos (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
polemius authored and marvinhagemeister committed Oct 3, 2019
1 parent b85135d commit c403d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug/src/devtools/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Renderer {
/**
* Store the instance of a vnode. This will be later used to decide if a
* vnode needs to be mounted or updated. For components the instance refers
* to the actuall class instance whereas for dom nodes it refers to the
* to the actual class instance whereas for dom nodes it refers to the
* underlying dom element.
* @type {WeakMap<import('../internal').Component | import('../internal').PreactElement | HTMLElement | Text, import('../internal').VNode>}
*/
Expand Down
2 changes: 1 addition & 1 deletion debug/test/browser/debug.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ describe('debug', () => {
<ListItem key="a">a</ListItem>
<ListItem key="b">b</ListItem>
<Fragment key="b">
{/* Should be okay to dupliate keys since these are inside a Fragment */}
{/* Should be okay to duplicate keys since these are inside a Fragment */}
<ListItem key="a">c</ListItem>
<ListItem key="b">d</ListItem>
<ListItem key="c">e</ListItem>
Expand Down

0 comments on commit c403d3d

Please sign in to comment.