From f54bfc152c2c2bd48c300ef8f4cb881d50b9cc83 Mon Sep 17 00:00:00 2001 From: zhenye zhang Date: Fri, 20 Sep 2024 15:26:34 +0800 Subject: [PATCH] [Minor] docs: Fix doc misspelling (#4969) ### 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 --- 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 d399007bb4e..4d51fac2a21 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-/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-/etc/config.properteis`, and the contents like: + You need to set `catalog.management=dynamic`, The config location is `Trino-server-/etc/config.properties`, and the contents like: ```text coordinator=true