inversify / InversifyJS

A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
http://inversify.io/
MIT License
11.21k stars 715 forks source link

Fix typo #1478

Closed willthefirst closed 2 years ago

willthefirst commented 2 years ago

Description

Fixes a typo

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #1478 (b7af71b) into master (54d5959) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1478   +/-   ##
=======================================
  Coverage   99.55%   99.55%           
=======================================
  Files          53       53           
  Lines        1363     1363           
  Branches      196      196           
=======================================
  Hits         1357     1357           
  Partials        6        6           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

PodaruDragos commented 2 years ago

Thanks