From 19f638178bd9938761740e591f21e49be9d66ee9 Mon Sep 17 00:00:00 2001 From: Rebecca Scott Date: Fri, 30 Apr 2021 16:57:38 +1000 Subject: [PATCH] fix typo --- src/tools/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/commands.js b/src/tools/commands.js index 2a06a3b6262..ae4811461a4 100644 --- a/src/tools/commands.js +++ b/src/tools/commands.js @@ -18,7 +18,7 @@ export default [ action: 'resetJetpackConnection', }, { - command: 'Enable wc-admin* Traccking', + command: 'Enable wc-admin* Tracking', description: 'Enable Tracking Debug mode. You should change your console level to verbose.', action: 'enableTrackingDebug',