Conversation
There was a problem hiding this comment.
Pull request overview
This PR corrects a few typos in end-user documentation/config templates for the Syslog plugin, improving readability and reducing confusion during setup.
Changes:
- Fixes spelling mistakes in
config.php.distcomments. - Fixes a spelling mistake in the
README.mdGrouping feature note.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| config.php.dist | Corrects typos in inline comments related to silent install options and incoming table fields. |
| README.md | Fixes a typo in the Grouping feature documentation text. |
You can also share your feedback on Copilot code review. Take the survey.
| } | ||
|
|
||
| /* Uncomment lines below to enable options for silent installation during intall plugin */ | ||
| /* Uncomment lines below to enable options for silent installation during install plugin */ |
There was a problem hiding this comment.
The comment is still grammatically incorrect: “during install plugin” reads awkwardly. Consider changing it to “during plugin installation” (or “during plugin install”) to improve clarity.
| /* Uncomment lines below to enable options for silent installation during install plugin */ | |
| /* Uncomment lines below to enable options for silent installation during plugin installation */ |
There was a problem hiding this comment.
Updated locally to: "during plugin installation" in config.php.dist; this thread can be resolved once that patch is pushed to the branch.
Typos in README.md and config.php.dist