Skip to content

Commit 09b8358

Browse files
committed
Fix misspelled PostgreSQL
1 parent ca88b59 commit 09b8358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates-rails-creating-database-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[id="templates-rails-creating-database-service_{context}"]
55
= Creating the database service
66

7-
Your Rails application expects a running database service. For this service use PostgeSQL database image.
7+
Your Rails application expects a running database service. For this service use PostgreSQL database image.
88

99
To create the database service, use the `oc new-app` command. To this command you must pass some necessary environment variables which are used inside the database container. These environment variables are required to set the username, password, and name of the database. You can change the values of these environment variables to anything you would like. The variables are as follows:
1010

0 commit comments

Comments
 (0)