From b0e74fb3a61e53fcd68c06e82b62af30a08879f5 Mon Sep 17 00:00:00 2001 From: Matthieu Bacconnier Date: Fri, 13 Dec 2019 15:12:02 -0800 Subject: [PATCH] Fix typo: "Costiest" => "Costliest" --- app/services/plan-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/plan-service.ts b/app/services/plan-service.ts index 0e399ff..4c0981a 100644 --- a/app/services/plan-service.ts +++ b/app/services/plan-service.ts @@ -24,7 +24,7 @@ export class PlanService { // computed by pev COMPUTED_TAGS_PROP: string = '*Tags'; - COSTLIEST_NODE_PROP: string = '*Costiest Node (by cost)'; + COSTLIEST_NODE_PROP: string = '*Costliest Node (by cost)'; LARGEST_NODE_PROP: string = '*Largest Node (by rows)'; SLOWEST_NODE_PROP: string = '*Slowest Node (by duration)';