Skip to content

Commit 568cdc3

Browse files
Apply suggestion from @codacy-production[bot]
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
1 parent c199fb7 commit 568cdc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use this method when you can fix an incompatibility with code. This involves cre
5858
* Create a new file in `inc/compatibility/` named `class-{plugin-name}.php`.
5959
* The class must extend `Pantheon\Compatibility\Base`.
6060
* You must implement the `apply_fix()` and `remove_fix()` methods, even if their bodies are empty.
61-
* Set a property like `$run_fix_everytime = true;` to control when the fix runs.
61+
* Set a property like `$run_fix_everytime = true;` to control when the fix runs.
6262

6363
2. **Implement the Fix Logic (Choose One):**
6464

0 commit comments

Comments
 (0)