You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ck...@apache.org on 2023/02/24 06:48:56 UTC

[incubator-uniffle-website] branch master updated: docs: change "compute engine" to "computing engine"

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 f0f32ed  docs: change "compute engine" to "computing engine"
f0f32ed is described below

commit f0f32ed000ab6a133bfc2dba25f7f2e3211dbe11
Author: Kaijie Chen <ck...@apache.org>
AuthorDate: Fri Feb 24 14:48:18 2023 +0800

    docs: change "compute engine" to "computing engine"
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 9cfa6d1..4adef68 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
 /** @type {import('@docusaurus/types').Config} */
 const config = {
     title: 'Apache Uniffle (Incubating)',
-    tagline: 'A high performance, general purpose remote shuffle service for distributed compute engines.',
+    tagline: 'A high performance, general purpose remote shuffle service for distributed computing engines.',
     url: 'https://uniffle.apache.org/',
     baseUrl: '/',
     onBrokenLinks: 'throw',