From 5738cceac9fe17f2e10cc90e4e1761cb17969199 Mon Sep 17 00:00:00 2001 From: Junjun Date: Wed, 18 Dec 2024 14:04:17 +0800 Subject: [PATCH] fix typos (#7404) --- frontend/src/lang/modules/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index eb182708a..46d64ffb4 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -524,7 +524,7 @@ const message = { readRndBufferSizeHelper: '* connections, random read buffer size', joinBufferSizeHelper: '* connections, association table cache size', threadStackelper: '* connections, stack size per thread', - binlogCacheSizeHelper: '* onnections, binary log cache size (multiples of 4096)', + binlogCacheSizeHelper: '* connections, binary log cache size (multiples of 4096)', threadCacheSizeHelper: 'Thread pool size', tableOpenCacheHelper: 'Table cache', maxConnectionsHelper: 'Max connections',