Skip to content

Commit 40b701e

Browse files
authored
Update README.md - missing key 'not' (?) (#1516)
Update README.md - missing 'not'
1 parent d3a190a commit 40b701e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@ Plugin class instances are created per-request. Most importantly,
25342534
plugin instances are created within CPU core context where the request
25352535
was received.
25362536

2537-
For above reason, global variables in your plugins may work as expected.
2537+
For above reason, global variables in your plugins may not work as expected.
25382538
Your plugin code by design must be **stateless**.
25392539

25402540
To manage global states, you have a couple of options:

0 commit comments

Comments
 (0)