We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e714b56 commit 3f821b9Copy full SHA for 3f821b9
src/node.js
@@ -277,7 +277,7 @@
277
process._tickDomainCallback = _tickDomainCallback;
278
279
// This tickInfo thing is used so that the C++ code in src/node.cc
280
- // can have easy accesss to our nextTick state, and avoid unnecessary
+ // can have easy access to our nextTick state, and avoid unnecessary
281
// calls into JS land.
282
const tickInfo = process._setupNextTick(_tickCallback, _runMicrotasks);
283
0 commit comments