Skip to content

Commit 0c27309

Browse files
committed
fixed typos
1 parent c8ce979 commit 0c27309

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/ai-review.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ Prefer the smallest safe optimization that preserves behavior.
138138
## Tests and docs
139139

140140
**Note**: carefully evaluate tests that involve creating database, users and deal with `GRANT` operations. If user is created within test
141-
it must have secure random password. This password should never be logged or accessible externally. User should be deleted in the `finally` block. If `GRANT` is executted then it must be against test database only. Question if `GRANT ALL` should be used. Test can be run against cloud instance and it is crucial to review what is created in database. Flag any unusuall things in queries.
141+
it must have secure random password. This password should never be logged or accessible externally. User should be deleted in the `finally` block.
142+
If `GRANT` is executed then it must be against test database only. Question if `GRANT ALL` should be used. Test can be run against cloud instance,
143+
and it is crucial to review what is created in database. Flag any unusual things in queries.
142144

143145
Call out missing focused tests when a change affects:
144146

0 commit comments

Comments
 (0)