From 7fd6fc9f8cef017f3a199795c988ec122a3bd22e Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Fri, 27 Mar 2020 16:56:12 -0500 Subject: [PATCH] Fixed docs --- src/WPStrava/Blocks/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WPStrava/Blocks/Activity.php b/src/WPStrava/Blocks/Activity.php index 0a45769..dcbf887 100644 --- a/src/WPStrava/Blocks/Activity.php +++ b/src/WPStrava/Blocks/Activity.php @@ -29,7 +29,7 @@ class WPStrava_Blocks_Activity implements WPStrava_Blocks_Interface { * @param array $attributes JSON attributes saved in the HTML comment for this block. * @param string $content The content from JS save() for this block. * @return string HTML for this block. - * @author Justin Foell + * @author Justin Foell * @since 2.2.0 */ public function render_block( $attributes, $content ) {