actions: Fix typo in ViewAction.php doc comment
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 23 Nov 2016 02:11:01 +0000 (18:11 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 23 Nov 2016 02:11:01 +0000 (18:11 -0800)
Change-Id: I26a48db06ea18b1c04a0aadc7cfe86b40af8f4b3

includes/actions/ViewAction.php

index 4a7f623..0ba964f 100644 (file)
@@ -26,7 +26,7 @@
 /**
  * An action that views article content
  *
- * This is a wrapper that will call Article::render().
+ * This is a wrapper that will call Article::view().
  *
  * @ingroup Actions
  */