doc: /s/SHASUM256/SHASUMS256 · nodejs/node@1b0e660
@@ -114,11 +114,11 @@ documentation of the latest stable version.
114114115115### Verifying Binaries
116116117-Current, LTS and Nightly download directories all contain a _SHASUM256.txt_
117+Current, LTS and Nightly download directories all contain a _SHASUMS256.txt_
118118file that lists the SHA checksums for each file available for
119119download.
120120121-The _SHASUM256.txt_ can be downloaded using curl.
121+The _SHASUMS256.txt_ can be downloaded using curl.
122122123123```console
124124$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
@@ -135,10 +135,10 @@ _(Where "node-vx.y.z.tar.gz" is the name of the file you have
135135downloaded)_
136136137137Additionally, Current and LTS releases (not Nightlies) have GPG signed
138-copies of SHASUM256.txt files available as SHASUM256.txt.asc. You can use
138+copies of SHASUMS256.txt files available as SHASUMS256.txt.asc. You can use
139139`gpg` to verify that the file has not been tampered with.
140140141-To verify a SHASUM256.txt.asc, you will first need to import all of
141+To verify a SHASUMS256.txt.asc, you will first need to import all of
142142the GPG keys of individuals authorized to create releases. They are
143143listed at the bottom of this README under [Release Team](#release-team).
144144Use a command such as this to import the keys: