Skip to content

Commit

Permalink
Fix API description issue (#5016)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
tyoushinya authored Sep 25, 2024
1 parent 1f98956 commit ed7fefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manage-metalake-using-gravitino.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit ed7fefb

Please sign in to comment.