diff --git a/core/modules/system/theme.api.php b/core/modules/system/theme.api.php
index c86b161036bbf5249a4f5f8b9695ea8a02ec26f6..50fa74e10b24aa36ae87d6dc4ae1d15a491a74a8 100644
--- a/core/modules/system/theme.api.php
+++ b/core/modules/system/theme.api.php
@@ -37,7 +37,7 @@
  * @endcode
  *
  * @section sec_theme_hooks Theme Hooks
- * Modules register theme hooks within a hook_theme()implementation and provide
+ * Modules register theme hooks within a hook_theme() implementation and provide
  * a default implementation via a function named theme_HOOK(). For instance, to
  * theme a taxonomy term, the theme hook name is 'taxonomy_term'. If theming is
  * handled via a function then the corresponding function name is