From d22cb598a9cad2514c8e2b390da99407456beaa0 Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Wed, 24 Jun 2020 13:35:30 -0500 Subject: [PATCH] Fix Typo (#54) --- src/Explorer/Tree/Collection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Tree/Collection.ts b/src/Explorer/Tree/Collection.ts index 4dc1d31a8..894f64536 100644 --- a/src/Explorer/Tree/Collection.ts +++ b/src/Explorer/Tree/Collection.ts @@ -1409,7 +1409,7 @@ export default class Collection implements ViewModels.Collection { */ public getLabel(): string { if (this.container.isPreferredApiTable()) { - return "Entitites"; + return "Entities"; } else if (this.container.isPreferredApiCassandra()) { return "Rows"; } else if (this.container.isPreferredApiGraph()) {