Skip to content

Commit cedfd44

Browse files
authored
Fix typo
1 parent 68656b4 commit cedfd44

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
@@ -25,7 +25,7 @@ Run this, if you want the database to be connected remotely:
2525
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
2626
```
2727

28-
By default, the passeord verification is disable(password never expired). If you want it back, run this:
28+
By default, the password verification is disable(password never expired). If you want it back, run this:
2929
```
3030
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_PASSWORD_VERIFY=true wnameless/oracle-xe-11g
3131
```

0 commit comments

Comments
 (0)