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'.