diff --git a/docs/2022-07-10-bootstrap-go.html b/docs/2022-07-10-bootstrap-go.html
index 4ad170a..91c5bdb 100644
--- a/docs/2022-07-10-bootstrap-go.html
+++ b/docs/2022-07-10-bootstrap-go.html
@@ -533,8 +533,8 @@ internal
Prefer to use Pipelined
instead of Pipeline
.
- Inside Pipelined
return redis.Cmder
for each
- command.
+ Inside Pipelined
, please return redis.Cmder
for
+ each command.
Example:
diff --git a/posts/2022-07-10-bootstrap-go.md b/posts/2022-07-10-bootstrap-go.md
index 46a5461..81b669b 100644
--- a/posts/2022-07-10-bootstrap-go.md
+++ b/posts/2022-07-10-bootstrap-go.md
@@ -245,7 +245,7 @@ Use [Pipelines](https://redis.uptrace.dev/guide/go-redis-pipelines.html) for:
- Multiple GET in 1 command.
Prefer to use `Pipelined` instead of `Pipeline`.
-Inside `Pipelined` return `redis.Cmder` for each command.
+Inside `Pipelined`, please return `redis.Cmder` for each command.
Example: