Skip to content

Commit b37038e

Browse files
authored
docs: fix a typo in isolated-execution.md (redis#1795)
1 parent a0de796 commit b37038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/isolated-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Sometimes you want to run your commands on an exclusive connection. There are a
88

99
Below are several examples of how to use isolated execution.
1010

11-
> NOTE: Behind the scences we're using [`generic-pool`](https://www.npmjs.com/package/generic-pool) to provide a pool of connections that can be isolated. Go there to learn more.
11+
> NOTE: Behind the scenes we're using [`generic-pool`](https://www.npmjs.com/package/generic-pool) to provide a pool of connections that can be isolated. Go there to learn more.
1212
1313
## The Simple Scenario
1414

0 commit comments

Comments
 (0)