inversify / InversifyJS

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

Fix typos in source base #612

Closed theodesp closed 7 years ago

theodesp commented 7 years ago

Expected Behavior

While I was browsing the source code I noticed a lot of typos and spelling mistakes. Those typos should be corrected as it makes the code easier to read.

Current Behavior

There are numerous typos throughout the code base.

Possible Solution

Go through a simple dictionary checker and fix all those typos.

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Readability

Your Environment

Stack trace

theodesp commented 7 years ago

https://github.com/inversify/InversifyJS/pull/613

theodesp commented 7 years ago

Fixed by https://github.com/inversify/InversifyJS/pull/613