From 9c79c19b6ffdbdce333a5fad9897c9d2b6087c8e Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 26 Nov 2019 08:21:40 +1100 Subject: [PATCH] Typo! --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index a3bb9795..61d901f9 100644 --- a/doc/api.md +++ b/doc/api.md @@ -7064,7 +7064,7 @@ const connection = await oracledb.getConnection( #### 14.2.3 Net Service Names for Connection Strings -Connect Descriptor strings are commmonly stored in [`tnsnames.ora`](#tnsadmin) +Connect Descriptor strings are commonly stored in [`tnsnames.ora`](#tnsadmin) files and associated with a Net Service Name, for example: ```