Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAgarwal1337 committed May 30, 2015
1 parent 47d50b9 commit a450cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $this->on($classObject)->get{Proerty};
<br>
#### call{Method}($arguments = []);
**Description:** same as call() but dynamically calls the method. This is not Chainable Method.<br>
{method} can be any valid public/private/protected method of reflected Class Object.
{method} Can be any valid public/private/protected method of reflected Class Object.
<br>
<br>
#### get($property);
Expand All @@ -72,4 +72,4 @@ $this->on($classObject)->get{Proerty};
<br>
#### get{Property};
**Description:** same as get() but dynamically gets the value of the property. This is not Chainable Method.<br>
{property} Can mt any valid Public/Private/Protected property of the reflected Class Object.
{property} Can be any valid Public/Private/Protected property of the reflected Class Object.

0 comments on commit a450cc2

Please sign in to comment.