Skip to content

Commit 1d6a4a5

Browse files
committed
Fix typo on dist-sql.md
Signed-off-by: Daniël van Eeden <[email protected]>
1 parent cb76ae7 commit 1d6a4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/deep-dive/distributed-sql/dist-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Now we can do `count` and sum the result from the above three Regions.
5252
caption="Coprocessor diagram"
5353
number="2" >}}
5454

55-
### Exectors
55+
### Executors
5656

5757
Now we know [TiDB] splits a read task by Regions, but how does TiKV know what are its tasks to handle?
5858
Here [TiDB] will send a Directed Acyclic Graph (DAG) to TiKV with each node as an executor.

0 commit comments

Comments
 (0)