Skip to content

Commit a9253b9

Browse files
committed
Merge pull request redis#408 from mnogu/stats-starts
Fix typo in config.md.
2 parents d9a6ac5 + 644f775 commit a9253b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Passing arguments via the command line
3434

3535
Since Redis 2.6 it is possible to also pass Redis configuration parameters
3636
using the command line directly. This is very useful for testing purposes.
37-
The following is an example that stats a new Redis instance using port 6380
37+
The following is an example that starts a new Redis instance using port 6380
3838
as a slave of the instance running at 127.0.0.1 port 6379.
3939

4040
./redis-server --port 6380 --slaveof 127.0.0.1 6379

0 commit comments

Comments
 (0)