This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 717ccb2640a0746d0e1e53a4a817184e62c0fe91
Author: dojoscan <donaljscan...@hotmail.com>
AuthorDate: Tue Jun 14 17:18:52 2022 +0200

    Update errors.rst (#24412)
    
    Fix wording in some sentences
    
    (cherry picked from commit 5d5976c08c867b8dbae8301f46e0c422d4dde1ed)
---
 docs/apache-airflow/logging-monitoring/errors.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apache-airflow/logging-monitoring/errors.rst 
b/docs/apache-airflow/logging-monitoring/errors.rst
index 30bb66d5f6..4643f9a96f 100644
--- a/docs/apache-airflow/logging-monitoring/errors.rst
+++ b/docs/apache-airflow/logging-monitoring/errors.rst
@@ -29,7 +29,7 @@ First you must install sentry requirement:
 
    pip install 'apache-airflow[sentry]'
 
-After that, you need to enable the integration by set ``sentry_on`` option in 
``[sentry]`` section to ``True``.
+After that, you need to enable the integration by setting the ``sentry_on`` 
option in the ``[sentry]`` section to ``True``.
 
 Add your ``SENTRY_DSN`` to your configuration file e.g. ``airflow.cfg`` in 
``[sentry]`` section. Its template resembles the following: 
``{PROTOCOL}://{PUBLIC_KEY}@{HOST}/{PROJECT_ID}``
 
@@ -87,7 +87,7 @@ Name                                    Description
 Impact of Sentry on Environment variables passed to Subprocess Hook
 -------------------------------------------------------------------
 
-When Sentry is enabled, by default it changes standard library to pass all 
environment variables to
+When Sentry is enabled, by default it changes the standard library to pass all 
environment variables to
 subprocesses opened by Airflow. This changes the default behaviour of
 :class:`airflow.hooks.subprocess.SubprocessHook` - always all environment 
variables are passed to the
 subprocess executed with specific set of environment variables. In this case 
not only the specified

Reply via email to