diff --git a/doc/api/cli.md b/doc/api/cli.md index 5e85f9caaac..07388376168 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2580,7 +2580,7 @@ added: v22.3.0 changes: - version: v22.13.0 pr-url: https://github.com/nodejs/node/pull/55897 - description: Snapsnot testing is no longer experimental. + description: Snapshot testing is no longer experimental. --> Regenerates the snapshot files used by the test runner for [snapshot testing][]. diff --git a/doc/api/test.md b/doc/api/test.md index 5dbe18d0b5f..1a5498c643f 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -935,7 +935,7 @@ added: v22.3.0 changes: - version: v23.4.0 pr-url: https://github.com/nodejs/node/pull/55897 - description: Snapsnot testing is no longer experimental. + description: Snapshot testing is no longer experimental. --> Snapshot tests allow arbitrary values to be serialized into string values and diff --git a/src/quic/sessionticket.h b/src/quic/sessionticket.h index a2e6e3758f6..bdfd38be72d 100644 --- a/src/quic/sessionticket.h +++ b/src/quic/sessionticket.h @@ -58,7 +58,7 @@ class SessionTicket final : public MemoryRetainer { }; // SessionTicket::AppData is a utility class that is used only during the -// generation or access of TLS stateless sesson tickets. It exists solely to +// generation or access of TLS stateless session tickets. It exists solely to // provide a easier way for Session::Application instances to set relevant // metadata in the session ticket when it is created, and the extract and // subsequently verify that data when a ticket is received and is being