Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/crypto.md2
-rw-r--r--doc/api/webcrypto.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index a0d87e14e2e..73f5ecd9506 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -4717,7 +4717,7 @@ added:
**Default:** `false`.
* Returns: {string}
-Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
+Generates a random [RFC 4122][] version 4 UUID. The UUID is generated using a
cryptographic pseudorandom number generator.
### `crypto.scrypt(password, salt, keylen[, options], callback)`
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index 799cfd56431..a345655b77e 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -368,7 +368,7 @@ added: REPLACEME
* Returns: {string}
-Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
+Generates a random [RFC 4122][] version 4 UUID. The UUID is generated using a
cryptographic pseudorandom number generator.
## Class: `CryptoKey`