Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
trait Module {

/**
* Used to alter the order in which clases are initialized.
* Used to alter the order in which classes are initialized.
*
* Lower number will be initialized first.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ModuleInitialization.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Auto-initialize all Module based clases in the plugin.
* Auto-initialize all Module based classes in the plugin.
*
* @package TenupFramework
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Taxonomies/AbstractTaxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class AbstractTaxonomy implements ModuleInterface {
use Module;

/**
* Used to alter the order in which clases are initialized.
* Used to alter the order in which classes are initialized.
*
* Lower number will be initialized first.
*
Expand Down