This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9dc279660ab [fix][doc] PMC -> PMC members
9dc279660ab is described below
commit 9dc279660ab06c80d25ea88e26722b50154bf48e
Author: tison <[email protected]>
AuthorDate: Thu Feb 2 09:24:26 2023 +0800
[fix][doc] PMC -> PMC members
This refers to https://github.com/apache/pulsar/issues/17900
---
src/pages/community.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/community.tsx b/src/pages/community.tsx
index af9eea30b5b..c85a254796f 100644
--- a/src/pages/community.tsx
+++ b/src/pages/community.tsx
@@ -541,7 +541,7 @@ export default function Community(): JSX.Element {
</a>
.
</p>
- <h3 className="text--center">PMC</h3>
+ <h3 className="text--center">PMC members</h3>
<div className="md:grid md:grid-cols-2 md:gap-x-4">
<TeamTable
data={team.pmc.slice(0, (team.pmc.length + 1)
/ 2)}