jedcunningham commented on code in PR #73145: URL: https://github.com/apache/airflow/pull/73145#discussion_r4010090698
########## providers/arangodb/docs/operators/index.rst: ########## @@ -51,7 +51,7 @@ Sensors Use the :class:`~airflow.providers.arangodb.sensors.arangodb.AQLSensor` to wait for a document or collection using AQL query in `ArangoDB <https://www.arangodb.com/>`__. -An example for waiting a document in **students** collection with student name **judy** can be implemented as following: +An example of waiting for a document in the **students** collection whose student name is **judy** can be implemented as follows: Review Comment: Done :) -- 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]
