◐ Shell
clean mode source ↗

doc: fix typo · nodejs/node@1cd3c8e

Original file line numberDiff line numberDiff line change

@@ -980,7 +980,7 @@ Use the specified file as a security policy.

980980

added: REPLACEME

981981

-->

982982
983-

> Stability: 1.1 - Active Developement

983+

> Stability: 1.1 - Active Development

984984
985985

Supports loading a synchronous ES module graph in `require()`.

986986
Original file line numberDiff line numberDiff line change

@@ -2086,7 +2086,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w

20862086

});

20872087

```

20882088
2089-

Alternativelly, the `.tick` function can be called many times

2089+

Alternatively, the `.tick` function can be called many times

20902090
20912091

```mjs

20922092

import assert from 'node:assert';