Skip to content

Commit c53bb33

Browse files
committed
Spellcheck api.md documentation
1 parent 6bf77b0 commit c53bb33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,7 @@ call to `reconfigure()` should then be made to re-enable the cache.
24712471

24722472
This property was added in node-oracledb 5.2. It requires Oracle Client 21.3
24732473
(or later). The feature is also available in Oracle Client 19c from 19.11
2474-
onwards.
2474+
onward.
24752475

24762476
###### <a name="createpoolpoolattrsstmtcachesize"></a> 3.3.1.1.20 `stmtCacheSize`
24772477

@@ -3673,7 +3673,7 @@ ResultSet | CURSOR | `oracledb.CURSOR` or `oracledb.
36733673
DbObject | Named type or collection | A string with the name of the Oracle Database object or collection, or a [DbObject](#dbobjectclass) | This combination is supported from node-oracledb 4.0 |
36743674

36753675
When binding LONG, LONG RAW, CLOB, NCLOB, and BLOB database types using string
3676-
or buffer bind types, then data is limited to a maxium size of 1 GB.
3676+
or buffer bind types, then data is limited to a maximum size of 1 GB.
36773677

36783678
Binding Oracle Database INTERVAL types or BFILE not supported.
36793679

@@ -9859,7 +9859,7 @@ users from database schema owners, a 'heterogeneous' connection pool
98599859
might be an option.
98609860

98619861
To use heterogeneous pools with the [connection pool cache](#connpoolcache),
9862-
the alias should be explicity stated, even if it is the default pool:
9862+
the alias should be explicitly stated, even if it is the default pool:
98639863

98649864
```javascript
98659865
const connection = await oracledb.getConnection(

0 commit comments

Comments
 (0)