diff --git a/en/05.6.md b/en/05.6.md index bf3bdc0a..a787410b 100644 --- a/en/05.6.md +++ b/en/05.6.md @@ -52,7 +52,7 @@ Let's see how to use the driver that I forked to operate on a database: client.Del("l") } -We can see that it's quite easy to operate redis in Go, and it has high performance. Its client commands are almost the same as redis' built-in commands. +We can see that it is quite easy to operate redis in Go, and it has high performance. It's client commands are almost the same as redis' built-in commands. ## mongoDB