Skip to content

Commit 0207a92

Browse files
authored
Apply suggestions from code review
1 parent 1bc3af4 commit 0207a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/service-connector/how-to-integrate-neon-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Integrate Neon Serverless Postgres with Service Connector
3-
description: Integrate Neon Serverless Postgres into your application with Service Connector
3+
description: Integrate Neon Serverless Postgres into your application with Service Connector.
44
author: maud-lv
55
ms.author: malev
66
ms.service: service-connector

articles/service-connector/includes/code-neon-postgres-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ms.author: wchi
171171
```bash
172172
gem install pg
173173
```
174-
1. In code, get the PostgreSQL connection information from environment variables added by Service Connector.
174+
In code, get the PostgreSQL connection information from environment variables added by Service Connector.
175175
```ruby
176176
require 'pg'
177177
require 'dotenv/load'

0 commit comments

Comments
 (0)