From 77e096e211fd3f79c2fa941cbeffc24e623ec763 Mon Sep 17 00:00:00 2001 From: Alex S <50220345+sabatale@users.noreply.github.com> Date: Tue, 25 Feb 2020 13:53:50 -0500 Subject: [PATCH] Pull Request #2940 - fixes typo in IntegrationClearBit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to @sabatale ❤️ --- .../javascripts/app/controllers/_integration/clearbit.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/_integration/clearbit.coffee b/app/assets/javascripts/app/controllers/_integration/clearbit.coffee index 4b05ecff2..e6009affc 100644 --- a/app/assets/javascripts/app/controllers/_integration/clearbit.coffee +++ b/app/assets/javascripts/app/controllers/_integration/clearbit.coffee @@ -154,7 +154,7 @@ App.Config.set( { name: 'Clearbit' target: '#system/integration/clearbit' - description: 'A powerfull service to get more information about your customers.' + description: 'A powerful service to get more information about your customers.' controller: Index state: State permission: ['admin.integration.clearbit']