uranusjr commented on code in PR #33006:
URL: https://github.com/apache/airflow/pull/33006#discussion_r1281601074


##########
docs/apache-airflow/howto/custom-view-plugin.rst:
##########
@@ -24,12 +24,12 @@ core UI using the Plugin manager
 
 This is an example plugin for Airflow that displays absolutely nothing.
 
-In this plugin, two object reference are derived from the base class
+In this plugin, two objects reference are derived from the base class
 ``airflow.plugins_manager.AirflowPlugin``. They are flask_blueprints and
 appbuilder_views
 
 Using flask_blueprints in Airflow plugin, the core application can be extended
-to support the application that is customized to view Empty Plugin.
+to support the customized application to view the Empty Plugin.

Review Comment:
   I think the _the_ is less right. Empty Plugin is a proper noun here and does 
not need a definite article.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to