Skip to content

Commit fd07f7e

Browse files
committed
Auto-generated commit
1 parent 53d2f71 commit fd07f7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-08-16)
7+
## Unreleased (2025-08-17)
88

99
<section class="features">
1010

@@ -33,6 +33,7 @@
3333

3434
<details>
3535

36+
- [`6d48b26`](https://github.com/stdlib-js/stdlib/commit/6d48b26e1cdb3c2f6cfb39dd188b8c48ea595e69) - **chore:** fix error message typo _(by Philipp Burckhardt)_
3637
- [`02911b0`](https://github.com/stdlib-js/stdlib/commit/02911b0457750185f9b83c04e8e964ee5440d91e) - **docs:** fix typo _(by Philipp Burckhardt)_
3738
- [`6bb94b5`](https://github.com/stdlib-js/stdlib/commit/6bb94b5e2b1b81704a18e8b8ba6ed2bcccce4c23) - **docs:** add note _(by Athan Reines)_
3839
- [`9f3732f`](https://github.com/stdlib-js/stdlib/commit/9f3732f2587d7e0f4ad16589ca5900b0cf20bbc0) - **docs:** fix examples _(by Athan Reines)_

http2-secure-server/lib/polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @throws {Error} environment lacks support for HTTP/2
2828
*/
2929
function polyfill() {
30-
throw new Error( 'invalid operation. Environment lacks support for HTTP/2. Ensure that you are running on a Node.js version with supports HTTP/2 and has been built to include support for the Node.js `crypto` module.' );
30+
throw new Error( 'invalid operation. Environment lacks support for HTTP/2. Ensure that you are running on a Node.js version that supports HTTP/2 and has been built to include support for the Node.js `crypto` module.' );
3131
}
3232

3333

0 commit comments

Comments
 (0)