freshgum-bubbles / typedi

Elegant Dependency Injection in TypeScript and JavaScript.
http://typedi.js.org/
MIT License
53 stars 3 forks source link

fix(docs): use proper identifiers #155

Closed orimdominic closed 9 months ago

orimdominic commented 11 months ago

In the example documentation for the use of TypeDI in a Node.js server, the url property in switch statements is being accessed on the response object and not on the request object. This PR fixes that

changeset-bot[bot] commented 11 months ago

⚠️ No Changeset found

Latest commit: f173004b5d36272bd88e2455cc801685a19a7aa2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

freshgum-bubbles commented 9 months ago

Ahh yikes, typo on my end. Thank you! :-)

P.S. Apologies for the delay. Blame GitHub notifications.

github-actions[bot] commented 8 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.