From 01e57985233441196c95323ba602b32457517881 Mon Sep 17 00:00:00 2001 From: willthefirst Date: Sat, 13 Aug 2022 02:04:26 -0700 Subject: [PATCH] Fix typo (#1478) --- wiki/ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/ecosystem.md b/wiki/ecosystem.md index 754a7bcc..95174695 100644 --- a/wiki/ecosystem.md +++ b/wiki/ecosystem.md @@ -15,7 +15,7 @@ Consider these the “staff picks”, and don’t hesitate to submit a PR if you - [inversify-components](https://github.com/webcomputing/inversify-components) - Layer on top of InversifyJS that enables you to split your application into several components. - [inversify-token](https://github.com/mscharley/inversify-token) - Token based layer for InversifyJS to enable strong type-safe guarantees for injection in TypeScript. - [inversify-agenda](https://github.com/lautarobock/inversify-agenda) - Some utilities for the development of agenda workers with Inversify -- [inversify-graphql](https://github.com/oguimbal/inversify-graphql) - Some tools to allow developpers to inject services in their Apollo GraphQL implementations +- [inversify-graphql](https://github.com/oguimbal/inversify-graphql) - Some tools to allow developers to inject services in their Apollo GraphQL implementations - [react-inversify](https://github.com/org-redtea/react-inversify) - Collection of decorators and hooks for interaction with InversifyJS container within React components - [@routex/inversify](https://github.com/routexjs/routex-inversify) - Utilities Some utilities for the developer of Routex applications with Inversify