Skip to content

Commit 08a1d79

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

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
@@ -60,7 +60,7 @@ Use this method when you can fix an incompatibility with code. This involves cre
6060
* You must implement the `apply_fix()` and `remove_fix()` methods, even if their bodies are empty.
6161
* Set a property like `$run_fix_everytime = true;` to control when the fix runs.
6262

63-
2. **Implement the Fix Logic (Choose One):**
63+
2. **Implement the Fix Logic (Choose One):**
6464

6565
* **Option A (Simple Fix, No Fix Class):** Place your logic directly inside the `apply_fix` method of your new Compatibility Class.
6666

0 commit comments

Comments
 (0)