Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 26, 2014
1 parent 21f7827 commit e325e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CHANGE LOG
## V0.3.1 Alpha (Upcoming)

* Presenter fixes and improvements
* Search and find parent displayer classes
* Automatically find parent displayer classes
* Improved the test suite


Expand Down
2 changes: 1 addition & 1 deletion src/Presenters/RevisionPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function description()
*/
protected function getDisplayerClass()
{
$class = $this->resource->revisionable_type
$class = $this->resource->revisionable_type;

do {
if (class_exists($displayer = $this->generateDisplayerName($class))) {
Expand Down

0 comments on commit e325e58

Please sign in to comment.