Skip to content

Commit

Permalink
Merge pull request #4386 from EnterpriseDB/docs/net-connector/typo
Browse files Browse the repository at this point in the history
NET Connector typo
  • Loading branch information
drothery-edb authored Jul 11, 2023
2 parents cd10f12 + 1a95d4e commit e41aa75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: "Opening a database connection"

An `EDBConnection` object is responsible for handling the communication between an instance of EDB Postgres Advanced Server and a .NET application. Before you can access data stored in an EDB Postgres Advanced Server database, you must create and open an `EDBConnection` object.

You can open a connection using one of the following approaches. In either case, you must import the namespace `EnterprsiDB.EDBClient`.
You can open a connection using one of the following approaches. In either case, you must import the namespace `EnterpriseDB.EDBClient`.

- Connection with a data source:

Expand Down

1 comment on commit e41aa75

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.