From 0080be9413e94c8a6eaa83244e4267c5ef0b5eb0 Mon Sep 17 00:00:00 2001 From: Daniel Olson Date: Thu, 13 Sep 2018 13:55:30 -0400 Subject: [PATCH] Capital P --- bootstrap.php | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 82926bd..46df81c 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -196,7 +196,7 @@ public function htmlClosed() Learn more about Identity Verification


-
If the Intercom application associated with your Wordpress is incorrect, please click here to reconnect with Intercom, to choose a new application.
+
If the Intercom application associated with your WordPress is incorrect, please click here to reconnect with Intercom, to choose a new application.
diff --git a/readme.md b/readme.md index 5397e33..3d88cf9 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Running tests requires [phpunit](https://phpunit.de/). INTERCOM_PLUGIN_TEST=1 phpunit ``` -# Test the new version of the plugin with Intercom's Wordpress signup flow +# Test the new version of the plugin with Intercom's WordPress signup flow It is mandatory that you fully test the [intercom wordpress setup guide](https://app.intercom.io/a/start/wordpress) before you release a new update of the plugin. @@ -32,7 +32,7 @@ NB: This plugin injects a Javascript snippet on your website frontend containing # Pass extra parameters to the Intercom Messenger -Using the [Wordpress Hooks API](https://codex.wordpress.org/Plugin_API) `add_filter` method in your Wordpress theme you can pass extra parameters to the Intercom Messenger (see example below): +Using the [WordPress Hooks API](https://codex.wordpress.org/Plugin_API) `add_filter` method in your WordPress theme you can pass extra parameters to the Intercom Messenger (see example below): ```php add_filter( 'intercom_settings', function( $settings ) {