summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-01 05:02:20 +0000
committerGerrit Code Review <review@openstack.org>2015-04-01 05:02:20 +0000
commita1f74de00955dbcbdb8fcd085bac89926d358b60 (patch)
tree65021a4c25be4db1c4367d851e3276f5c8a27d66
parent4b3d4dab44397297d7df92937bed3f83da560257 (diff)
parent962749e35ef2ad4a458a638ad16c07f19750d360 (diff)
downloadheat-a1f74de00955dbcbdb8fcd085bac89926d358b60.tar.gz
Merge "Fix typo in doc"
-rw-r--r--doc/source/pluginguide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/pluginguide.rst b/doc/source/pluginguide.rst
index 0a1a0609b..a029f0254 100644
--- a/doc/source/pluginguide.rst
+++ b/doc/source/pluginguide.rst
@@ -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
******************************