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
2580
2580
changes:
2581
2581
- version: v22.13.0
2582
2582
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.
2584
2584
-->
2585
2585
2586
2586
Regenerates 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
935
935
changes:
936
936
- version: v23.4.0
937
937
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.
939
939
-->
940
940
941
941
Snapshot 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 {
58
58
};
59
59
60
60
// 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
62
62
// provide a easier way for Session::Application instances to set relevant
63
63
// metadata in the session ticket when it is created, and the extract and
64
64
// subsequently verify that data when a ticket is received and is being
You can’t perform that action at this time.
0 commit comments