Skip to content

Commit

Permalink
Fixed docblock typo
Browse files Browse the repository at this point in the history
fixes #3376
  • Loading branch information
brandonkelly committed Oct 15, 2018
1 parent e7b6f5b commit 8181490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Sections.php
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ public function getEntryTypeById(int $entryTypeId)
* ---
*
* ```php
* $entryType = Craft::$app->sections->getEntryTypeByHandle('article');
* $entryTypes = Craft::$app->sections->getEntryTypesByHandle('article');
* ```
*
* @param string $entryTypeHandle
Expand Down

0 comments on commit 8181490

Please sign in to comment.