Skip to content

Commit e1e3e93

Browse files
authored
Fix spelling error
The word "utilize" was written twice
1 parent b8b7005 commit e1e3e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public $automatic = false;
223223

224224
This tells our Sidebar class not to automatically create any sidebars.
225225

226-
From here you can utilize utilize the [`CP/Sidebar Service`](development/services/sidebar.md) in the `process()` method of our Sidebar class to manually create your sidebar and all related items.
226+
From here you can utilize the [`CP/Sidebar Service`](development/services/sidebar.md) in the `process()` method of our Sidebar class to manually create your sidebar and all related items.
227227

228228

229229
### Toolbar

0 commit comments

Comments
 (0)