summaryrefslogtreecommitdiff
path: root/app/Theme/ThemeInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Theme/ThemeInterface.php')
-rw-r--r--app/Theme/ThemeInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Theme/ThemeInterface.php b/app/Theme/ThemeInterface.php
index da10348231..05cb2c3224 100644
--- a/app/Theme/ThemeInterface.php
+++ b/app/Theme/ThemeInterface.php
@@ -189,7 +189,7 @@ interface ThemeInterface {
public function individualBoxSmallEmpty();
/**
- * Initialise the theme. We cannot pass these in a constructor, as the construction
+ * Initialise the theme. We cannot pass these in a constructor, as the construction
* happens in a theme file, and we need to be able to change it.
*
* @param Tree|null $tree The current tree (if there is one).