You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/12/12 12:57:43 UTC

[airflow-site] branch master updated: Fix spelling (#350)

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e9db58  Fix spelling (#350)
1e9db58 is described below

commit 1e9db58effae3f9cce3f7ce1e2ada9837696bb11
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Sat Dec 12 22:57:33 2020 +1000

    Fix spelling (#350)
    
    Co-authored-by: John Bampton <>
---
 CONTRIBUTE.md                                          | 18 +++++++++---------
 landing-pages/site/archetypes/blog.md                  |  2 +-
 landing-pages/site/content/en/announcements/_index.md  |  2 +-
 .../site/content/en/blog/airflow-1.10.10/index.md      |  6 +++---
 .../site/content/en/blog/airflow-1.10.12/index.md      |  6 +++---
 .../site/content/en/blog/announcing-new-website.md     |  2 +-
 landing-pages/site/content/en/community/_index.html    |  6 +++---
 7 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index a1db580..82cea41 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -72,7 +72,7 @@ It is also worth adding SSH keys for the `github.com` server to trusted ones. It
 ssh-keyscan -t rsa -H github.com >> ~/.ssh/known_hosts
 ```
 
-**Debian instalation**
+**Debian installation**
 
 To install git on Debian, run the following command:
 ```bash
@@ -354,14 +354,14 @@ The following additional application must be installed to use the project:
 * pip
 * graphviz
 
-**Debian instatation:**
+**Debian installation:**
 
 To install graphviz, pip for Debian, run following commands:
 ```bash
 sudo apt install graphviz python3-pip -y
 ```
 
-You should also add `$HOME/.local/bin` to `$PATH`, run followin command:
+You should also add `$HOME/.local/bin` to `$PATH`, run following command:
 ```bash
 export PATH=$HOME/.local/bin:$PATH;
 ```
@@ -387,7 +387,7 @@ cd "${AIRFLOW_SITE_REPO}" && git submodule update --init --recursive
 
 To release a new documentation, follow these steps:
 
-1.  To prepare and insstall Sphinx theme, run following commands:
+1.  To prepare and install Sphinx theme, run following commands:
     ```bash
     cd "${AIRFLOW_SITE_REPO}" && bash site.sh build-site
     cd "${AIRFLOW_SITE_REPO}" && bash site.sh prepare-theme
@@ -430,7 +430,7 @@ To release a new documentation, follow these steps:
 
 Github Action has been configured to automatically publish artifacts for pull requests, so you can preview changes.
 
-# Publish site on Apache server (manual waay)
+# Publish site on Apache server (manual way)
 
 It is recommended to use Github Action to publish changes to the website, but in case of problems it is also possible to publish changes to the website manually.
 
@@ -445,7 +445,7 @@ AIRFLOW_SITE_REPO=$HOME/airflow-site
 AIRFLOW_SITE_ASF_SITE_REPO=$HOME/airflow-site-asf-site
 ```
 
-You need to have the two copy of `apache/airflow-site` repository. The first contains `master` branch checkoued, the second - `asf-site`. To clone repository run following commands:
+You need to have the two copy of `apache/airflow-site` repository. The first contains `master` branch checked, the second - `asf-site`. To clone repository run following commands:
 ```bash
 git clone git@github.com:apache/airflow-site.git "${AIRFLOW_SITE_REPO}"
 git clone git@github.com:apache/airflow-site.git "${AIRFLOW_SITE_ASF_SITE_REPO}"
@@ -460,7 +460,7 @@ Git worktree does not work properly with repositories that have submodules. Ther
 
 ## Instruction
 
-1. To run build site, run following commnad
+1. To run build site, run following command
 
     ```bash
     cd "${AIRFLOW_SITE_REPO}" && bash site.sh build-landing-pages
@@ -486,7 +486,7 @@ Git worktree does not work properly with repositories that have submodules. Ther
     cd "${AIRFLOW_SITE_ASF_SITE_REPO}" && git commit -m "Update - $(date)"
     ```
 
-5. Push changess
+5. Push changes
 
     ```bash
     cd "${AIRFLOW_SITE_ASF_SITE_REPO}" && git push origin asf-site
@@ -570,7 +570,7 @@ gcloud compute instances create "${GCP_INSTANCE_NAME}" \
     --image-project="debian-cloud"
 ```
 
-To connect via SSH and forward local SSH key to VM, forwardd ports from VM run following command:
+To connect via SSH and forward local SSH key to VM, forward ports from VM run following command:
 ```bash
 gcloud beta compute \
        ssh \
diff --git a/landing-pages/site/archetypes/blog.md b/landing-pages/site/archetypes/blog.md
index 09708c4..55ec883 100644
--- a/landing-pages/site/archetypes/blog.md
+++ b/landing-pages/site/archetypes/blog.md
@@ -3,7 +3,7 @@ title: "{{ replace .Name "-" " " | title }}"
 linkTitle: "{{ replace .Name "-" " " | title }}"
 author: "Your Name"
 twitter: "Your Twitter ID (optional, remove if not needed)"
-github: "Your Github ID (optional, remove if not needed)"
+github: "Your GitHub ID (optional, remove if not needed)"
 linkedin: "Your LinkedIn ID (optional, remove if not needed)"
 description: "Description"
 tags: []
diff --git a/landing-pages/site/content/en/announcements/_index.md b/landing-pages/site/content/en/announcements/_index.md
index 7c8f15e..c51fe07 100644
--- a/landing-pages/site/content/en/announcements/_index.md
+++ b/landing-pages/site/content/en/announcements/_index.md
@@ -696,7 +696,7 @@ Want to keep abreast of new Apache Airflow updates (e.g. releases, meet-ups, new
 
 # April 27, 2016
 
-We are starting the migration to Apache Infrastructure (e.g. Github Issues --> Jira, Airbnb/Airflow Github to Apache/Airflow Github, Airbnb/Airflow Github Wiki to Apache Airflow Confluence Wiki)
+We are starting the migration to Apache Infrastructure (e.g. GitHub Issues --> Jira, Airbnb/Airflow GitHub to Apache/Airflow GitHub, Airbnb/Airflow GitHub Wiki to Apache Airflow Confluence Wiki)
 
 - The progress and migration status will be tracked on [Migrating to Apache](https://airflow.apache.org/announcements/)
 - We expect this to take roughly 1 week. On and after May 4, we expect to be using Apache infrastructure exclusively. To prepare for that day, start using the new Apache infrastructure and follow instructions on this JIRA ticket [AIRFLOW-11](https://issues.apache.org/jira/browse/AIRFLOW-11) to set up your accounts.
diff --git a/landing-pages/site/content/en/blog/airflow-1.10.10/index.md b/landing-pages/site/content/en/blog/airflow-1.10.10/index.md
index 0672eb8..21ec4d1 100644
--- a/landing-pages/site/content/en/blog/airflow-1.10.10/index.md
+++ b/landing-pages/site/content/en/blog/airflow-1.10.10/index.md
@@ -176,12 +176,12 @@ and get the following error in the Scheduler logs:
 
 This error occurs because of added security to restrict multiprocessing & multithreading in Mac OS High Sierra and above.
 
-### We have moved to Github Issues
+### We have moved to GitHub Issues
 
 The Airflow Project has moved from [JIRA](https://issues.apache.org/jira/projects/AIRFLOW/issues) to
-[Github](https://github.com/apache/airflow/issues) for tracking issues.
+[GitHub](https://github.com/apache/airflow/issues) for tracking issues.
 
-So if you find any bugs in Airflow 1.10.10 please create a Github Issue for it.
+So if you find any bugs in Airflow 1.10.10 please create a GitHub Issue for it.
 
 ## List of Contributors
 
diff --git a/landing-pages/site/content/en/blog/airflow-1.10.12/index.md b/landing-pages/site/content/en/blog/airflow-1.10.12/index.md
index bc72c50..3002616 100644
--- a/landing-pages/site/content/en/blog/airflow-1.10.12/index.md
+++ b/landing-pages/site/content/en/blog/airflow-1.10.12/index.md
@@ -144,12 +144,12 @@ your `airflow.cfg`.
 Flask-admin based UI is deprecated and new features won't be ported to it. This UI will still be the default
 for 1.10.* series but would no longer be available from Airflow 2.0
 
-### We have moved to Github Issues
+### We have moved to GitHub Issues
 
 The Airflow Project has moved from [JIRA](https://issues.apache.org/jira/projects/AIRFLOW/issues) to
-[Github](https://github.com/apache/airflow/issues) for tracking issues.
+[GitHub](https://github.com/apache/airflow/issues) for tracking issues.
 
-So if you find any bugs in Airflow 1.10.12 please create a Github Issue for it.
+So if you find any bugs in Airflow 1.10.12 please create a GitHub Issue for it.
 
 ## List of Contributors
 
diff --git a/landing-pages/site/content/en/blog/announcing-new-website.md b/landing-pages/site/content/en/blog/announcing-new-website.md
index 3c9e3c7..d16b5c2 100644
--- a/landing-pages/site/content/en/blog/announcing-new-website.md
+++ b/landing-pages/site/content/en/blog/announcing-new-website.md
@@ -25,7 +25,7 @@ We built our website on Docsy, a platform that is easy to use and contribute to.
 [these steps](https://github.com/apache/airflow-site/blob/master/README.md) to set up your environment and
 to create your first pull request. You may also use
 the new website for your own open source project as a template.
-All of our [code is open and hosted on Github](https://github.com/apache/airflow-site/tree/master).
+All of our [code is open and hosted on GitHub](https://github.com/apache/airflow-site/tree/master).
 
 Share your questions, comments, and suggestions with us, to help us improve the website.
 We hope that this new design makes finding documentation about Airflow easier,
diff --git a/landing-pages/site/content/en/community/_index.html b/landing-pages/site/content/en/community/_index.html
index eb06d37..0eb89f1 100644
--- a/landing-pages/site/content/en/community/_index.html
+++ b/landing-pages/site/content/en/community/_index.html
@@ -29,7 +29,7 @@ menu:
     </ol>
     {{< /accordion >}}
 
-    {{< accordion title="Report a bug" description="Use our [Github](https://github.com/apache/airflow/issues) to create a ticket." logo_path="icons/bug-icon.svg" >}}
+    {{< accordion title="Report a bug" description="Use our [GitHub](https://github.com/apache/airflow/issues) to create a ticket." logo_path="icons/bug-icon.svg" >}}
     <p class="bodytext__medium--brownish-grey">Remember to put there as much information as you can, including:</p>
     <ul class="ticks-blue mx-auto">
         <li>tracebacks,</li>
@@ -58,7 +58,7 @@ menu:
 
     {{< accordion title="Add a new feature" description="There are two steps required to create feature request for Airflow." logo_path="icons/new-feature-icon.svg" >}}
     <ol class="counter-blue mx-auto">
-        <li>Create account at Github <a href="https://github.com">[Sign up]</a></li>
+        <li>Create account at GitHub <a href="https://github.com">[Sign up]</a></li>
         <li>
             Create <a href="https://github.com/apache/airflow/issues/new/choose">new issue</a> and choose ‘Feature request’. Try to put in the description as much information as you can to clarify your idea.
         </li>
@@ -72,7 +72,7 @@ menu:
 
     {{< accordion title="Fix a bug" description="We don’t like bugs. If you found one please tell us as soon as possible using steps below." logo_path="icons/fix-bug-icon.svg" >}}
     <ol class="counter-blue mx-auto">
-        <li>Create account at Github <a href="https://github.com">[Sign up]</a></li>
+        <li>Create account at GitHub <a href="https://github.com">[Sign up]</a></li>
         <li>
             Create <a href="https://github.com/apache/airflow/issues/new/choose">new issue</a> and choose ‘Bug report’. Try to put in the description as much information as you can including replication steps, tracebacks and screens.
         </li>