Skip to content

Commit f8cdaad

Browse files
FrankEntrikentargos
authored andcommitted
doc: rename datatypes to data types
PR-URL: #39209 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Harshitha K P <[email protected]>
1 parent 250024e commit f8cdaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/guides/adding-new-napi-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Node-API.
1111
* **Must** return `napi_status`.
1212
* **Should** consume `napi_env`.
1313
* **Must** operate only on primitive data types, pointers to primitive
14-
datatypes or opaque handles.
14+
data types or opaque handles.
1515
* **Must** be a necessary API and not a nice to have. Convenience APIs
1616
belong in node-addon-api.
1717
* **Must** not change the signature of an existing Node-API API or break

0 commit comments

Comments
 (0)