win, linux, mac: fix various typos #349

This commit fixes various typos in documentation and code.

Co-authored-by: RainRat <rainrat78@yahoo.ca>
This commit is contained in:
undergroundwires
2024-04-29 13:04:33 +02:00
parent 0fc2ffc1ea
commit 694bf1a74d
5 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ import { TimerStub } from '@tests/unit/shared/Stubs/TimerStub';
describe('batchedDebounce', () => {
describe('immediate invocation', () => {
it('does not call the the callback immediately on the first call', () => {
it('does not call the callback immediately on the first call', () => {
// arrange
const { calledBatches, callback } = createObservableCallback();
const callArg = 'first';