Skip to content

Commit bfa5a8d

Browse files
authored
CI: Fix failing docs-build (#10342)
CI is failing because of incorrect spelling "everytime", it should be "every time"
1 parent be46d20 commit bfa5a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/providers/google/cloud/operators/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ class BigQueryInsertJobOperator(BaseOperator):
16441644
- if job with given id already exists then it tries to reattach to the job if its not done and its
16451645
state is in ``reattach_states``. If the job is done the operator will raise ``AirflowException``.
16461646
1647-
Using ``force_rerun`` will submit a new job everytime without attaching to already existing ones.
1647+
Using ``force_rerun`` will submit a new job every time without attaching to already existing ones.
16481648
16491649
For job definition see here:
16501650

0 commit comments

Comments
 (0)