This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push: new cc76caa2432 docs: fix typo for doc sync script (#1917) cc76caa2432 is described below commit cc76caa2432c464fd5f27536a8fd3ed62ad2a517 Author: cuttingedge1109 <53085803+cuttingedge1...@users.noreply.github.com> AuthorDate: Fri Jun 27 03:44:18 2025 +0000 docs: fix typo for doc sync script (#1917) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17bd6d9f96c..97b749bee46 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ yarn prepare-data # Tip. # The `yarn prepare-data` command contains the following three commands # If necessary, you can run any of the following commands individually -yarn sync-doc # Sync all project documents +yarn sync-docs # Sync all project documents yarn generate-repos-info # Generate repository information for each project yarn generate-picked-posts # Generate frontmatter information for featured blogs ```