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 2b40142b3 [Minor] docs: Fix doc misspelling (#4972)
2b40142b3 is described below

commit 2b40142b3bf35aaa2cbe27d45a10f23f53f0991c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 20 15:34:48 2024 +0800

    [Minor] docs: Fix doc misspelling (#4972)
    
    ### What changes were proposed in this pull request?
    
    Found a misspelling in document.
    
    ### Why are the changes needed?
    
    Fix: doc misspelling
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    just document
    
    Co-authored-by: zhenye zhang <[email protected]>
---
 docs/trino-connector/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/trino-connector/installation.md 
b/docs/trino-connector/installation.md
index d399007bb..4d51fac2a 100644
--- a/docs/trino-connector/installation.md
+++ b/docs/trino-connector/installation.md
@@ -15,7 +15,7 @@ Please refer to the [Deploying Trino 
documentation](https://trino.io/docs/curren
    Normally, the directory location is `Trino-server-<version>/plugin`, and 
the directory contains other catalogs used by Trino.
 3. Add Trino JVM arguments 
`-Dlog4j.configurationFile=file:////etc/trino/log4j2.properties` to enable 
logging for the Gravitino Trino connector.
 4. Update Trino coordinator configuration. 
-   You need to set `catalog.management=dynamic`, The config location is 
`Trino-server-<version>/etc/config.properteis`,  and the contents like:
+   You need to set `catalog.management=dynamic`, The config location is 
`Trino-server-<version>/etc/config.properties`,  and the contents like:
 
 ```text
 coordinator=true

Reply via email to