diff --git a/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php b/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php
index a851d8c85..3c42451d6 100644
--- a/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php
+++ b/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php
@@ -55,7 +55,7 @@
}
if ( $x < $crumb_length - 1 ) {
- echo ', » ';
+ echo ', » ';
}
}
?>