From a5c95cffe374ae56ee827fcd49b057a8923e5671 Mon Sep 17 00:00:00 2001 From: Yang Libin Date: Sat, 22 Aug 2020 15:05:51 +0800 Subject: [PATCH] fix: update es-introduction.md --- docs/high-concurrency/es-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/high-concurrency/es-introduction.md b/docs/high-concurrency/es-introduction.md index d9d42a8..18b7001 100644 --- a/docs/high-concurrency/es-introduction.md +++ b/docs/high-concurrency/es-introduction.md @@ -63,6 +63,6 @@ Node 是集群中的一个节点,节点也有一个名称,默认是随机分 |---|---| | index | 数据库 | | type | 数据表 | -| docuemnt | 一行数据 | +| document | 一行数据 | 以上是一个简单的类比。