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

dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/staging-site by this push:
     new b0fe984a7 blog/src: fix grammar and spelling (#243)
b0fe984a7 is described below

commit b0fe984a7bf431b14ff267fcabb64b268b7060e0
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Wed Sep 18 16:51:46 2024 +1000

    blog/src: fix grammar and spelling (#243)
    
    Co-authored-by: dahn <daan.hoogl...@gmail.com>
---
 blog/2024-02-28-csiug-2024-hyd-roundup/index.md |  2 +-
 src/components/Events/index.tsx                 |  2 +-
 src/pages/bylaws.md                             |  6 +++---
 src/pages/cloud-builders.js                     |  2 +-
 src/pages/developers.md                         |  2 +-
 src/pages/downloads.mdx                         |  2 +-
 src/pages/kubernetes.js                         | 10 +++++-----
 src/pages/security.md                           |  4 ++--
 src/pages/users.mdx                             |  2 +-
 9 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/blog/2024-02-28-csiug-2024-hyd-roundup/index.md 
b/blog/2024-02-28-csiug-2024-hyd-roundup/index.md
index 9575a7d20..bfd828b4e 100644
--- a/blog/2024-02-28-csiug-2024-hyd-roundup/index.md
+++ b/blog/2024-02-28-csiug-2024-hyd-roundup/index.md
@@ -93,7 +93,7 @@ CloudStack's 4.19 marquee features - Object Storage, DRS, VM 
schedule & DRaaS.
 ## CloudStack Tooling Ecosystem, [Kiran 
Chavala](https://www.linkedin.com/in/kiran-chavala-1bb6a97/)
 
 In this session, Kiran gives a talk about the rich ecosystem of tools (cmk,
-CAPC, Terraform, Ansible, Packer, csbench, mbx), that support Cloudstack.
+CAPC, Terraform, Ansible, Packer, csbench, mbx), that support CloudStack.
 
 Find out how the various tools work and how easy it is to integrate with Apache
 CloudStack.
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index ea181648c..83284a92a 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -9,7 +9,7 @@ export default function EventContents(): JSX.Element {
               <div class="col-lg-8 offset-lg-2 text-center">
                 <h2 class="section-title">CloudStack Events</h2>
                 <p class="px18 mt-4">
-There’s always plenty of Cloudstack Events happening in different
+There’s always plenty of CloudStack Events happening in different
 parts of the world. These range from Meet-ups, User Groups to
 CloudStack Collaboration Conference events. Each event will feature a
 lot of opportunities to learn, collaborate and engage with the
diff --git a/src/pages/bylaws.md b/src/pages/bylaws.md
index 099b18fdd..06ba5e4ac 100644
--- a/src/pages/bylaws.md
+++ b/src/pages/bylaws.md
@@ -287,7 +287,7 @@ votes over the action.
   - 3.4.11. Trademark Usage Approvals
 
     Our project maintains a formal Trademark Usage Guidelines document, which
-    serves as a additive reference to the Apache Software Foundation's 
trademark
+    serves as an additive reference to the Apache Software Foundation's 
trademark
     policies. The Apache CloudStack PMC has had approval authority delegated 
to it
     for requests from third parties to use our trademarks. It is the PMC's
     responsibility to provide these approvals, and to ensure that any requests
@@ -304,8 +304,8 @@ votes over the action.
 
     * If no PMC member raises a concern after 72 hours, the requester can 
assume approval.
 
-   - In situations where a concern is raised, the PMC member is expected 
inform the
-requster that there is some discussion that needs to be had prior to approval
+   - In situations where a concern is raised, the PMC member is expected to 
inform the
+requester that there is some discussion that needs to be had prior to approval
 from the PMC.  This notice serves to end the assumed approval after 72 hours.
 
      After raising a concern, the PMC member in question is required to 
forward the
diff --git a/src/pages/cloud-builders.js b/src/pages/cloud-builders.js
index 29525b1cb..cba64ef47 100644
--- a/src/pages/cloud-builders.js
+++ b/src/pages/cloud-builders.js
@@ -82,7 +82,7 @@ and account management, a full and open native API, resource 
accounting,
                         <h2 class="section-title text-center mb-4">CloudStack 
Solves Key Challenges for Cloud Providers &amp; MSPs</h2>
                         <p class="px18 text-center mb-5">CloudStack can
 manage tens of thousands of physical servers installed in geographically
- distributed data centers. It is a powerful IaaS man- agement solution,
+ distributed data centers. It is a powerful IaaS management solution,
 but it is still easy to use and implement with a small team. Powered by a
  solid open-source community, Apache CloudStack eliminates the
 dependencies and allows you to follow your own cloud development plan,
diff --git a/src/pages/developers.md b/src/pages/developers.md
index a5315e22e..991862c13 100644
--- a/src/pages/developers.md
+++ b/src/pages/developers.md
@@ -204,7 +204,7 @@ endings (LF) rather than Windows-type line endings 
(CRLF).</p>
 
 ## Resources
 
-- [Public repository (on github)](https://github.com/apache/cloudstack/)
+- [Public repository (on GitHub)](https://github.com/apache/cloudstack/)
 - [Contribution 
Guidelines](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
 - [ASF Jenkins](https://builds.apache.org/view/A-D/view/Cloudstack/)
 - [CloudStack Jenkins](http://jenkins.buildacloud.org/)
diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx
index 655088a26..d9dbd2f94 100644
--- a/src/pages/downloads.mdx
+++ b/src/pages/downloads.mdx
@@ -160,7 +160,7 @@ https://github.com/apache/cloudstack-terraform-provider
 
 The [CloudStack Kubernetes
 Provider](https://github.com/apache/cloudstack-kubernetes-provider) allows
-Kubernetes users to facilitate Kubernetes deployments on Cloudstack.
+Kubernetes users to facilitate Kubernetes deployments on CloudStack.
 [Documentation is available
 
here](https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-provider.html).
 
diff --git a/src/pages/kubernetes.js b/src/pages/kubernetes.js
index 89136cf59..ae0f0fddb 100644
--- a/src/pages/kubernetes.js
+++ b/src/pages/kubernetes.js
@@ -75,10 +75,10 @@ User Interface.
                 <div class="section-title">Explore the Kubernetes Cluster API 
Provider for Apache CloudStack</div>
                 <p class="px18 mt-4">
 The Kubernetes Cluster API (CAPI) provider for Apache CloudStack
-allows Ku- bernetes users to build and manage resources on Apache
-CloudStack. The pro- vider is available under the Apache 2 open-source
+allows Kubernetes users to build and manage resources on Apache
+CloudStack. The provider is available under the Apache 2 open-source
 license and is managed by the Cloud Native Computing Foundation
-(CNCF). The Cluster API brings declara- tive, Kubernetes-style APIs to
+(CNCF). The Cluster API brings declarative, Kubernetes-style APIs to
 cluster creation, configuration and management. The API itself is
 shared across multiple cloud providers allowing for true Apache
 CloudStack hybrid deployments of Kubernetes. It is built atop the
@@ -100,13 +100,13 @@ kubicorn.
                 <h2 class="section-title">Launching a Kubernetes cluster on 
Apache CloudStack</h2>
                 <p class="px18 mt-4">
 If users want to launch a
-Kubernetes cluster on Apache Cloudstack, they can check out the Getting
+Kubernetes cluster on Apache CloudStack, they can check out the Getting
 Started Guide to create your first Kubernetes cluster on Apache
 CloudStack using Cluster API.
                 </p>
                 <p class="px18 mb-4">
 CloudStack hybrid deployments of Kubernetes. It is built atop the
-lessons learned from pre- vious cluster managers such as kops and
+lessons learned from previous cluster managers such as kops and
 kubicorn.
                 </p>
               </div>
diff --git a/src/pages/security.md b/src/pages/security.md
index a51f3be59..b439e564b 100644
--- a/src/pages/security.md
+++ b/src/pages/security.md
@@ -20,7 +20,7 @@ the following usages:
 
 That said, the project will work with any one on improving the secure
 use of the software it provides, with any 3rd party integration
-vendors or users of the software. This can be done on public github
+vendors or users of the software. This can be done on public GitHub
 issues or confidentially if so desired.
 
 <h2>Reporting Potential Vulnerabilities in Apache CloudStack</h2>
@@ -45,7 +45,7 @@ the issue in a non-public manner, and made public at the 
appropriate time.
 
 <h2>Procedure for Responding to Potential Security Issues</h2>
 
-We're follow the Apache Security Team's procedures documented
+We follow the Apache Security Team's procedures documented
 [here](https://www.apache.org/security/committers.html).
 
 <h2>For further information</h2>
diff --git a/src/pages/users.mdx b/src/pages/users.mdx
index 8a5689052..04fe91637 100644
--- a/src/pages/users.mdx
+++ b/src/pages/users.mdx
@@ -5,7 +5,7 @@ commercial distribution of CloudStack).
 
 Our users include many major service providers running CloudStack to offer
 public cloud services, product vendors who incorporate or integrate with
-Cloudstack in their own products, organisations who have used Cloudstack to
+CloudStack in their own products, organisations who have used CloudStack to
 build their own private clouds, and systems integrators that offer CloudStack
 related services.
 

Reply via email to