diff --git a/doc/api/n-api.md b/doc/api/n-api.md index d88025d38d0d5f..254ef78027915e 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1788,7 +1788,7 @@ This API returns the C int32 primitive equivalent of the given JavaScript Number. If the number exceeds the range of the 32 bit integer, then the result is truncated to the equivalent of the bottom 32 bits. This can result in a large positive number becoming -a negative number if the the value is > 2^31 -1. +a negative number if the value is > 2^31 -1. #### *napi_get_value_int64*