From 0541402ef6308174a8e66e340d019d1c48290a0b Mon Sep 17 00:00:00 2001 From: Miguel Lavalle Date: Fri, 16 Sep 2016 15:44:30 -0500 Subject: [PATCH] Fix devref typo Fix a typo in API Extensions devref TrivialFix Change-Id: I25ebc98c6dee9ecc23079e461690ad8d43cc652b --- doc/source/devref/api_extensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/api_extensions.rst b/doc/source/devref/api_extensions.rst index 28e3fe06b7d..2142a27f7c7 100644 --- a/doc/source/devref/api_extensions.rst +++ b/doc/source/devref/api_extensions.rst @@ -59,7 +59,7 @@ now has standard attributes. This ensures that an API caller can always discover if an attribute will be available. For example, if Flavors were migrated to include standard attributes, we -we need a new 'flavor-standardattr' extension. Then as an API caller, I will +need a new 'flavor-standardattr' extension. Then as an API caller, I will know that flavors will have timestamps by checking for 'flavor-standardattr' and 'timestamps'.