Fix typo in doc

Correct description of FnGetAtt in pluginguide.

Change-Id: I3108464d057c9607814ff1bfc394367540cd6765
This commit is contained in:
Ethan Lynn 2015-03-30 23:21:06 +08:00
parent 3c78c0303e
commit 962749e35e
1 changed files with 3 additions and 3 deletions

View File

@ -255,9 +255,9 @@ from the ``Resource`` class::
return None
If the plug-in needs to be more sophisticated in its attribute resolution, the
plug-in may instead choose to override ``FnGetAttr``. If this method is chosen,
however, responsibility for validating the attribute and its accessibility is
the responsibility of the plug-in.
plug-in may instead choose to override ``FnGetAtt``. However, if this method is
chosen, validation and accessibility of the attribute would be the plug-in's
responsibility.
Property and Attribute Example
******************************