Skip to content

Commit b8cda18

Browse files
authored
Fix typo in README (#1744)
1 parent 803592d commit b8cda18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ res, err := rdb.Do(ctx, "set", "key", "value").Result()
138138

139139
go-redis will start a redis-server and run the test cases.
140140

141-
The paths of redis-server bin file and redis config file are definded in `main_test.go`:
141+
The paths of redis-server bin file and redis config file are defined in `main_test.go`:
142142

143143
```
144144
var (

0 commit comments

Comments
 (0)