File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2580,7 +2580,7 @@ added: v22.3.0
25802580changes:
25812581 - version: v22.13.0
25822582 pr-url: https://github.com/nodejs/node/pull/55897
2583- description: Snapsnot testing is no longer experimental.
2583+ description: Snapshot testing is no longer experimental.
25842584-->
25852585
25862586Regenerates the snapshot files used by the test runner for [ snapshot testing] [ ] .
Original file line number Diff line number Diff line change @@ -935,7 +935,7 @@ added: v22.3.0
935935changes:
936936 - version: v23.4.0
937937 pr-url: https://github.com/nodejs/node/pull/55897
938- description: Snapsnot testing is no longer experimental.
938+ description: Snapshot testing is no longer experimental.
939939-->
940940
941941Snapshot tests allow arbitrary values to be serialized into string values and
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class SessionTicket final : public MemoryRetainer {
5858};
5959
6060// SessionTicket::AppData is a utility class that is used only during the
61- // generation or access of TLS stateless sesson tickets. It exists solely to
61+ // generation or access of TLS stateless session tickets. It exists solely to
6262// provide a easier way for Session::Application instances to set relevant
6363// metadata in the session ticket when it is created, and the extract and
6464// subsequently verify that data when a ticket is received and is being
You can’t perform that action at this time.
0 commit comments