Skip to content

Commit

Permalink
Fix minor typo in tree.spec.ts
Browse files Browse the repository at this point in the history
- Fixed minor typo found in `tree.spec.ts`.

Signed-off-by: Vincent Fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Mar 22, 2019
1 parent 56e8b23 commit 87db1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/tree/tree.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('Tree', () => {
}`, node);
});

it('removeChild - thrid', () => {
it('removeChild - third', () => {
const node = getNode();
CompositeTreeNode.removeChild(node, node.children[2]);
assertTreeNode(`{
Expand Down

0 comments on commit 87db1e0

Please sign in to comment.