shahar1 commented on code in PR #73145:
URL: https://github.com/apache/airflow/pull/73145#discussion_r4008612223


##########
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:
   ```suggestion
   An example of waiting for a document in the **students** collection whose 
student name is **Judy** can be implemented as follows:
   ```
   
   also requires a fix in the example :)



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