Skip to content

Commit a044b50

Browse files
authored
op-guide: fix a typo in deployment with docker (pingcap#75)
1 parent 05550b5 commit a044b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-guide/docker-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ mysql> show databases;
160160

161161
The TiKV and PD can be started with a specified configuration file, which includes some advanced parameters, for the performance tuning.
162162

163-
Assume that the path to configuration file of PD and TiKV on the host is `/path/to/config/pd.toml` and `path/to/config/tikv.toml`
163+
Assume that the path to configuration file of PD and TiKV on the host is `/path/to/config/pd.toml` and `/path/to/config/tikv.toml`
164164

165165
You can start TiKV and PD as follows:
166166

0 commit comments

Comments
 (0)