Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 30, 2013
1 parent 8d0ea07 commit 7bb8858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/basics.component.txt
Expand Up @@ -80,7 +80,7 @@ echo $document->textHeight;
$document->readOnly=true;
~~~

When trying to write a componet property and the property isn't defined as a
When trying to write a component property and the property isn't defined as a
public class member, Yii is trying to use a getter method i.e. for `textWidth`
a getter method will be `getTextWidth`. Same thing happens when trying to read a
property not defined as a public class member.
Expand Down

0 comments on commit 7bb8858

Please sign in to comment.