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

jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new 2c2fd0ab2 Fix API description issue (#5018)
2c2fd0ab2 is described below

commit 2c2fd0ab2d0b2dc099c7edd434456426d0901a26
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 25 19:26:28 2024 +0800

    Fix API description issue (#5018)
    
    ### What changes were proposed in this pull request?
    
    Fix API description issue
    
    ### Why are the changes needed?
    
    Fix: # (issue)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Just document
    
    Co-authored-by: zhenye zhang <[email protected]>
---
 docs/manage-metalake-using-gravitino.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manage-metalake-using-gravitino.md 
b/docs/manage-metalake-using-gravitino.md
index b4186dbbf..4dc2b4dc4 100644
--- a/docs/manage-metalake-using-gravitino.md
+++ b/docs/manage-metalake-using-gravitino.md
@@ -64,7 +64,7 @@ gravitino_admin_client.create_metalake(name="metalake",
 
 ### Load a metalake
 
-You can create a metalake by sending a `GET` request to the 
`/api/metalakes/{metalake_name}` endpoint or just use the Gravitino Java 
client. The following is an example of loading a metalake:
+You can load a metalake by sending a `GET` request to the 
`/api/metalakes/{metalake_name}` endpoint or just use the Gravitino Java 
client. The following is an example of loading a metalake:
 
 <Tabs groupId="language" queryString>
 <TabItem value="shell" label="Shell">

Reply via email to