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 af4cc3d3f4f [Docs] Fix typo in
contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
(#46899)
af4cc3d3f4f is described below
commit af4cc3d3f4f8bd21f2d3e30db06431c881eb1580
Author: AlteredOracle <[email protected]>
AuthorDate: Tue Feb 25 03:14:39 2025 +0530
[Docs] Fix typo in
contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
(#46899)
---
.../quick-start-ide/contributors_quick_start_codespaces.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
b/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
index 4722c2fab95..b6b91e7c13d 100644
--- a/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
+++ b/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
@@ -32,7 +32,7 @@ Setup and develop using GitHub Codespaces
alt="Forking Apache Airflow project">
</div>
-2. From you fork create a codespace by clicking this
+2. From your fork create a codespace by clicking this
👉 |codespace|
.. |codespace| image:: https://github.com/codespaces/badge.svg
@@ -42,7 +42,7 @@ Setup and develop using GitHub Codespaces
3. Once the codespace starts your terminal should already be in the ``Breeze``
environment and you should
be able to edit and run the tests in VS Code interface.
-4. You can use `Quick start quide for Visual Studio Code
<contributors_quick_start_vscode.rst>`_ for details
+4. You can use `Quick start guide for Visual Studio Code
<contributors_quick_start_vscode.rst>`_ for details
as Codespaces use Visual Studio Code as interface.