diff --git a/doc/source/pluginguide.rst b/doc/source/pluginguide.rst index 0a1a0609b1..a029f02540 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 ******************************