This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b44905bf4e5 Fix typo in operators.rst documentation (#67634)
b44905bf4e5 is described below
commit b44905bf4e59e84729280a4c073e736e6ada8c89
Author: Babis Skeparnakos <[email protected]>
AuthorDate: Mon Jun 22 09:55:14 2026 +0300
Fix typo in operators.rst documentation (#67634)
Fix wording `should like this` -> `should look like this`
---
providers/postgres/docs/operators.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/postgres/docs/operators.rst
b/providers/postgres/docs/operators.rst
index 444ef79828c..914e6de7e28 100644
--- a/providers/postgres/docs/operators.rst
+++ b/providers/postgres/docs/operators.rst
@@ -55,7 +55,7 @@ Dumping SQL statements into your operator isn't quite
appealing and will create
down to the road. To prevent this, Airflow offers an elegant solution. This is
how it works: you simply create
a directory inside the Dag folder called ``sql`` and then put all the SQL
files containing your SQL queries inside it.
-Your ``dags/sql/pet_schema.sql`` should like this:
+Your ``dags/sql/pet_schema.sql`` should look like this:
::