Skip to content

Commit 5e2509f

Browse files
authored
Merge pull request #181 from vprivat-ads/fix-typo-pragama
fix typo
2 parents 5a8cff6 + ec61a48 commit 5e2509f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This extension is a full linter for plpgsql for PostgreSQL. It leverages only t
77
PostgreSQL parser/evaluator so you see exactly the errors would occur at runtime.
88
Furthermore, it parses the SQL inside your routines and finds errors not usually found during
99
the "CREATE PROCEDURE/FUNCTION" command. You can control the levels of many warnings and hints.
10-
Finally, you can add PRAGAMA type markers to turn off/on many aspects allowing you to hide
10+
Finally, you can add PRAGMA type markers to turn off/on many aspects allowing you to hide
1111
messages you already know about, or to remind you to come back for deeper cleaning later.
1212

1313
I founded this project, because I wanted to publish the code I wrote for the two years,

0 commit comments

Comments
 (0)