sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.64k stars 771 forks source link

Fix typo in mocks documentation #2591

Closed eduardocruzpalacios closed 6 months ago

eduardocruzpalacios commented 6 months ago

Purpose (TL;DR) - mandatory

Improve documentation.

Page changed: https://sinonjs.org/releases/v17/mocks/.

Typo is under expectation.on(obj); header: sinonjs-docs-mocks-typo

How to verify - mandatory

  1. Open docs/release-source/release/mocks.md file with a markdown viewer.
  2. Check typo has been removed.

Checklist for author