Skip to content

Commit 2321567

Browse files
committed
Sentence case
1 parent 16564ba commit 2321567

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/postgresql/hyperscale/howto-app-stacks-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Verify the installation by listing the packages installed.
4242
npm list
4343
```
4444

45-
### Get Database Connection Information
45+
### Get database connection information
4646

4747
To get the database credentials, you can use the **Connection strings** tab in the Azure portal. See below screenshot.
4848

articles/postgresql/hyperscale/howto-app-stacks-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For this article you need:
3333
* The latest [pip](https://pip.pypa.io/en/stable/installing/) package installer.
3434
* Install [psycopg2](https://pypi.python.org/pypi/psycopg2-binary/) using pip in a terminal or command prompt window. For more information, see [how to install psycopg2](https://www.psycopg.org/docs/install.html).
3535

36-
### Get Database Connection Information
36+
### Get database connection information
3737

3838
To get the database credentials, you can use the **Connection strings** tab in the Azure portal:
3939

articles/postgresql/hyperscale/howto-app-stacks-ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this how-to article, you'll connect to a Hyperscale (Citus) server group usin
3030
* [Ruby](https://www.ruby-lang.org/en/downloads/)
3131
* [Ruby pg](https://rubygems.org/gems/pg/), the PostgreSQL module for Ruby
3232

33-
### Get Database Connection Information
33+
### Get database connection information
3434

3535
To get the database credentials, you can use the **Connection strings** tab in the Azure portal. See below screenshot.
3636

0 commit comments

Comments
 (0)