From c79568a6e1734289bc7df03fd68c3dbe87f9cb94 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Sat, 2 Mar 2019 14:32:52 -0600 Subject: [PATCH] fixed typo --- projects/account/src/environments/environment.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/account/src/environments/environment.test.ts b/projects/account/src/environments/environment.test.ts index 4371857..646fb1b 100644 --- a/projects/account/src/environments/environment.test.ts +++ b/projects/account/src/environments/environment.test.ts @@ -7,6 +7,6 @@ export const environment = { account: 'https://account.mycroft-test.net', marketplace: 'https://market.mycroft-test.net', translate: 'https://translate-test.mycroft.ai', - wordpress: 'https://test.mycroft.ai' + wordPress: 'https://test.mycroft.ai' } };