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
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-06-21 02:46:33 +0300
committerRich Trott <rtrott@gmail.com>2020-06-23 05:29:18 +0300
commitdb52ae8b7f9bc458b3ab47369fc828e273efd0df (patch)
tree6781861cd6b0474897fd159b8270a29027cd5b46 /doc/api/crypto.md
parenta8904e8eeea3ca513de588424bb99f6a7cdfc598 (diff)
doc: use a single space between sentences
We mostly have a single space between the punctuation that ends a sentence and the start of the next sentence. Change instances with two spaces to one. PR-URL: https://github.com/nodejs/node/pull/33995 Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 6439608cfd8..9db4bc5f415 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2074,7 +2074,7 @@ added: v0.1.92
* `options` {Object} [`stream.Writable` options][]
* Returns: {Sign}
-Creates and returns a `Sign` object that uses the given `algorithm`. Use
+Creates and returns a `Sign` object that uses the given `algorithm`. Use
[`crypto.getHashes()`][] to obtain the names of the available digest algorithms.
Optional `options` argument controls the `stream.Writable` behavior.