Skip to content

Commit bb76815

Browse files
committed
Typo fixes.
1 parent e91e12c commit bb76815

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

plugins/wpgraphql-logging/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,19 @@ WPGraphQL Logging is a plugin that integrates directly with the WPGraphQL Query
2525

2626
### Key Features
2727
* **Granular Control**: Choose which events in the request lifecycle to log, giving you precise control over the data you capture.
28-
* **Developer-Friendly Extensibility**: Built with developers in mind, it features a pub/sub system that allows you to hook into the logging pipeline, transform event data, and trigger custom actions.
28+
* **Developer-Friendly Extensibility**: Built with developers in mind, it features a pub/sub system that allows you to hook into the logging pipeline, transform event data, and trigger custom actions.
2929
* **Flexible Log Handling**: Leverages the powerful Monolog logging library, enabling developers to add custom processors and handlers to route logs to various destinations like Slack, files, or external services.
3030

31+
>[!IMPORTANT]
32+
>For detailed developer guides and examples, see our [How-To Guides](docs/index.md#how-to-guides).
3133
3234
---
3335

3436
## Requirements
3537

36-
- WordPress 6.0+
37-
- WPGraphQL 2.0.0+
38-
- PHP 8.1.2+
38+
- WordPress 6.5+
3939
- WPGraphQL 2.3+
40+
- PHP 8.1.2+
4041

4142

4243
## Installation

plugins/wpgraphql-logging/docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [Basic Configuration](#basic-configuration)
99
- [Viewing Logs](#viewing-logs)
1010
- [Uninstallation and Data Cleanup](#uninstallation-and-data-cleanup)
11-
- [Howto Guides](#howto-guides)
11+
- [How-to Guides](#how-to-guides)
1212
- [Reference](#reference)
1313

1414
---
@@ -103,7 +103,6 @@ Once the plugin is activated, you can activate and configure the plugin under Se
103103
>[!NOTE]
104104
> Logging enablement is determined by a set of rules managed by a `RuleManager`. All rules must pass to log a request. See the Logger reference for the RuleManager hook: [wpgraphql_logging_rule_manager](reference/logging.md#trait-loggerlogginghelper).
105105
106-
You want to add a new rule. See: How‑to guides (`docs/how-to/logger_add_new_rule.md`).
107106

108107

109108
### Data Management
@@ -178,7 +177,7 @@ define( 'WP_GRAPHQL_LOGGING_UNINSTALL_PLUGIN', true );
178177
> **Data Loss Warning**: When `WP_GRAPHQL_LOGGING_UNINSTALL_PLUGIN` is defined as `true`, deactivating the plugin will permanently delete all logged data and drop the plugin's database tables. This action is irreversible.
179178
180179

181-
## Howto Guides
180+
## How to Guides
182181

183182
### Admin
184183
- [How to add a new Settings tab to WPGraphQL Logging](how-to/admin_add_new_tab.md)

0 commit comments

Comments
 (0)