Skip to content

Commit e87f419

Browse files
authored
make the keyword bold (#68)
1 parent 7eb024e commit e87f419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/features/3-pooling.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pool
8383

8484
<div class='message is-danger'>
8585
<div class='message-body'>
86-
You must __always__ return the client to the pool if you successfully check it out, regardless of whether or not there was an error with the queries you ran on the client. If you don't check in the client your application will leak them and eventually your pool will be empty forever and all future requests to check out a client from the pool will wait forever.
86+
You must <b>always</b> return the client to the pool if you successfully check it out, regardless of whether or not there was an error with the queries you ran on the client. If you don't check in the client your application will leak them and eventually your pool will be empty forever and all future requests to check out a client from the pool will wait forever.
8787
</div>
8888
</div>
8989

0 commit comments

Comments
 (0)