From a0a69593815df5736d968df2a3df8bec1180f21a Mon Sep 17 00:00:00 2001
From: ruslandoga <67764432+ruslandoga@users.noreply.github.com>
Date: Mon, 22 Jul 2024 13:28:23 +0700
Subject: [PATCH] fix some typos
---
languages/plausible-analytics.pot | 2 +-
mu-plugin/plausible-proxy-speed-module.php | 2 +-
src/Admin/Module.php | 4 ++--
tailwind.config.js | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/languages/plausible-analytics.pot b/languages/plausible-analytics.pot
index ab637d70..765fcf1c 100644
--- a/languages/plausible-analytics.pot
+++ b/languages/plausible-analytics.pot
@@ -106,7 +106,7 @@ msgid "Please check that your proxy is functioning correctly. If you encounter a
msgstr ""
#: src/Admin/Module.php:213
-msgid "Plausible's proxy couldn't be enabled, because the WordPress API is inaccessable. This might be due to a conflicting setting in a (security) plugin or server firewall. Make sure you whitelist requests to the Proxy's endpoint: %1$s
. Contact support if you need help locating the issue."
+msgid "Plausible's proxy couldn't be enabled, because the WordPress API is inaccessible. This might be due to a conflicting setting in a (security) plugin or server firewall. Make sure you whitelist requests to the Proxy's endpoint: %1$s
. Contact support if you need help locating the issue."
msgstr ""
#: src/Admin/Provisioning.php:73
diff --git a/mu-plugin/plausible-proxy-speed-module.php b/mu-plugin/plausible-proxy-speed-module.php
index b2cbc9ac..fbdc6a7f 100644
--- a/mu-plugin/plausible-proxy-speed-module.php
+++ b/mu-plugin/plausible-proxy-speed-module.php
@@ -24,7 +24,7 @@ class PlausibleProxySpeed {
private $is_proxy_request = false;
/**
- * Currenct request URI.
+ * Current request URI.
*
* @var string
*/
diff --git a/src/Admin/Module.php b/src/Admin/Module.php
index 5be7c0f8..68b7d8dc 100644
--- a/src/Admin/Module.php
+++ b/src/Admin/Module.php
@@ -211,7 +211,7 @@ public function maybe_enable_proxy( $settings, $old_settings ) {
sprintf(
wp_kses(
__(
- 'Plausible\'s proxy couldn\'t be enabled, because the WordPress API is inaccessable. This might be due to a conflicting setting in a (security) plugin or server firewall. Make sure you whitelist requests to the Proxy\'s endpoint: %1$s
. Contact support if you need help locating the issue.',
+ 'Plausible\'s proxy couldn\'t be enabled, because the WordPress API is inaccessible. This might be due to a conflicting setting in a (security) plugin or server firewall. Make sure you whitelist requests to the Proxy\'s endpoint: %1$s
. Contact support if you need help locating the issue.',
'plausible-analytics'
),
'post'
@@ -241,7 +241,7 @@ private function is_ssl() {
}
/**
- * Runs a quick internal call to the WordPress API to make sure it's accessable.
+ * Runs a quick internal call to the WordPress API to make sure it's accessible.
*
* @since 1.3.0
* @return bool
diff --git a/tailwind.config.js b/tailwind.config.js
index 475fbca2..150a48a9 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -14,7 +14,7 @@ module.exports = {
},
extend: {
colors: {
- yellow: colors.amber, // We started usign `yellow` in v2 but it was renamed to `amber` in v3 https://tailwindcss.com/docs/upgrade-guide#removed-color-aliases
+ yellow: colors.amber, // We started using `yellow` in v2 but it was renamed to `amber` in v3 https://tailwindcss.com/docs/upgrade-guide#removed-color-aliases
gray: colors.slate,
'gray-950': 'rgb(13, 18, 30)',
'gray-850': 'rgb(26, 32, 44)',