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

ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b01f2ef  Fix uppercase in features title
b01f2ef is described below

commit b01f2efeeb4a5545400a38ef24660d9b9dab16d4
Author: Kaijie Chen <[email protected]>
AuthorDate: Sat Nov 12 17:31:57 2022 +0800

    Fix uppercase in features title
---
 src/components/HomepageFeatures/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 0c91ba2..3ba806f 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -49,7 +49,7 @@ const FeatureList: FeatureItem[] = [
         ),
     },
     {
-        title: 'Kubernetes integration',
+        title: 'Kubernetes Integration',
         description: (
             <>
                 Works well in containerized environments like Kubernetes.

Reply via email to