Skip to content

Commit 47211ae

Browse files
authored
Merge pull request #315 from paytonrules/patch-1
Fix typo
2 parents 31b691c + 2542578 commit 47211ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/
2626

2727
To simply install the utPLSQL into a new database schema and grant it to public, execute the script `install_headless.sql`.
2828

29-
This will create a new user `UT3` with password `XNtxj8eEgA6X6b6f`, grant all needed privileges to that user and create PUBLIC synonyms needed to sue the utPLSQL framework.
29+
This will create a new user `UT3` with password `XNtxj8eEgA6X6b6f`, grant all needed privileges to that user and create PUBLIC synonyms needed to use the utPLSQL framework.
3030

3131
Example invocation of the script from command line:
3232
```bash

0 commit comments

Comments
 (0)