From 0eb74254441b235da009cba1e614edfc8080b2a4 Mon Sep 17 00:00:00 2001 From: Niall Maher Date: Sat, 26 Aug 2023 22:03:39 +0100 Subject: [PATCH] Docs - Fragmented sponsor sentence fix (#17) * Fragmented sponsor sentence fix * Remove accidentally created files --- README.md | 2 +- docs/cli/generate.md | 2 +- docs/cli/overview.md | 2 +- docs/governance.md | 2 +- docs/hello.md | 2 +- docs/overview/app-container.md | 2 +- docs/overview/application.md | 2 +- docs/overview/controller.md | 2 +- docs/overview/decorators.md | 2 +- docs/overview/dependencies.md | 2 +- docs/overview/di.md | 2 +- docs/overview/entities.md | 2 +- docs/overview/error-handling.md | 2 +- docs/overview/first-steps.md | 2 +- docs/overview/module.md | 2 +- docs/overview/providers.md | 2 +- docs/overview/render.md | 2 +- docs/overview/repositories.md | 2 +- docs/overview/status-code.md | 2 +- docs/overview/test.md | 2 +- docs/overview/usecase.md | 2 +- docs/providers/envvalidator.md | 2 +- docs/providers/prisma.md | 2 +- docs/roadmap.md | 2 +- docs/tutorials/compression.md | 2 +- docs/tutorials/cookies.md | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index a3d197eb..3fb843f3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Before you create an issue, please make sure you read the [Contribution Guidelin Expresso TS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/cli/generate.md b/docs/cli/generate.md index 4d924e8a..3d6a91ee 100644 --- a/docs/cli/generate.md +++ b/docs/cli/generate.md @@ -107,7 +107,7 @@ Try to use as many different forms of creating resources as possible. This will ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/cli/overview.md b/docs/cli/overview.md index 3f906676..23db494b 100644 --- a/docs/cli/overview.md +++ b/docs/cli/overview.md @@ -73,7 +73,7 @@ The flag `-d` is optional and it's used to specify the directory where the proje ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/governance.md b/docs/governance.md index 6d69230f..d23f201e 100644 --- a/docs/governance.md +++ b/docs/governance.md @@ -48,7 +48,7 @@ Meet the team of regular contributors: **[Team](https://expresso-ts.com/team)** ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/hello.md b/docs/hello.md index a1c6e019..844e90bb 100644 --- a/docs/hello.md +++ b/docs/hello.md @@ -40,7 +40,7 @@ Thank you again for being part of this journey with us, Happy Coding! 🚀 ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/app-container.md b/docs/overview/app-container.md index 42c98929..57d585dc 100644 --- a/docs/overview/app-container.md +++ b/docs/overview/app-container.md @@ -102,7 +102,7 @@ The reason why we created the `AppContainer` class is to reduce the complexity o ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/application.md b/docs/overview/application.md index 7b56103e..c1314aa1 100644 --- a/docs/overview/application.md +++ b/docs/overview/application.md @@ -188,7 +188,7 @@ Depending on the environment you are running the application, you will see the f ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/controller.md b/docs/overview/controller.md index 9603c669..c252b3fa 100644 --- a/docs/overview/controller.md +++ b/docs/overview/controller.md @@ -207,7 +207,7 @@ class ProductController { ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/decorators.md b/docs/overview/decorators.md index 1b82594c..d3cb959a 100644 --- a/docs/overview/decorators.md +++ b/docs/overview/decorators.md @@ -62,7 +62,7 @@ Here is a list of all parameter decorators available in ExpressoTS, along with t ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star тнР the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/dependencies.md b/docs/overview/dependencies.md index 1d2735ce..50369cbb 100644 --- a/docs/overview/dependencies.md +++ b/docs/overview/dependencies.md @@ -47,7 +47,7 @@ In this meanwhile we will keep watching closely the dependencies, using tools li ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/di.md b/docs/overview/di.md index c0bb8690..0c863c63 100644 --- a/docs/overview/di.md +++ b/docs/overview/di.md @@ -116,7 +116,7 @@ To define scope bindings the enum BindingScopeEnum can be used. ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/entities.md b/docs/overview/entities.md index 8a850b5a..2e823283 100644 --- a/docs/overview/entities.md +++ b/docs/overview/entities.md @@ -130,7 +130,7 @@ As mentioned above, there are several other approaches, as long as you remain st ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/error-handling.md b/docs/overview/error-handling.md index ea5043a5..0701168b 100644 --- a/docs/overview/error-handling.md +++ b/docs/overview/error-handling.md @@ -125,7 +125,7 @@ class CreateUserUseCase { ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/first-steps.md b/docs/overview/first-steps.md index 6007bd0a..55cfa908 100644 --- a/docs/overview/first-steps.md +++ b/docs/overview/first-steps.md @@ -373,7 +373,7 @@ We are currently working on building the project RoadMap and plan to add support ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/module.md b/docs/overview/module.md index f5b4d4bc..cc7cf7f5 100644 --- a/docs/overview/module.md +++ b/docs/overview/module.md @@ -61,7 +61,7 @@ Scope precedence is defined as follows: `AppContainer` scope > `Module` scope > ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/providers.md b/docs/overview/providers.md index fdee8c2b..3005ff59 100644 --- a/docs/overview/providers.md +++ b/docs/overview/providers.md @@ -149,7 +149,7 @@ In the Use Case above we injected MailTrapProvider in the constructor making use ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/render.md b/docs/overview/render.md index 208bee3e..4435206a 100644 --- a/docs/overview/render.md +++ b/docs/overview/render.md @@ -83,7 +83,7 @@ npm i express-handlebars ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/repositories.md b/docs/overview/repositories.md index a8f7f3b5..a9744179 100644 --- a/docs/overview/repositories.md +++ b/docs/overview/repositories.md @@ -109,7 +109,7 @@ class UserRepository extends BaseRepository { ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/status-code.md b/docs/overview/status-code.md index 3c59ed75..8c64d8c4 100644 --- a/docs/overview/status-code.md +++ b/docs/overview/status-code.md @@ -94,7 +94,7 @@ class CreateUserUseCase { ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/test.md b/docs/overview/test.md index e459b71d..d5e325cd 100644 --- a/docs/overview/test.md +++ b/docs/overview/test.md @@ -53,7 +53,7 @@ We have in our Roadmap the implementation of a test library that wraps a modern ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/overview/usecase.md b/docs/overview/usecase.md index 29b602ea..3254d38e 100644 --- a/docs/overview/usecase.md +++ b/docs/overview/usecase.md @@ -87,7 +87,7 @@ It is important to adhere to the principle of single responsibility when impleme ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/providers/envvalidator.md b/docs/providers/envvalidator.md index 49ac7d44..d11e6f2d 100644 --- a/docs/providers/envvalidator.md +++ b/docs/providers/envvalidator.md @@ -41,7 +41,7 @@ Environments.get("PORT"); ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/providers/prisma.md b/docs/providers/prisma.md index 6e8ae849..e81e664f 100644 --- a/docs/providers/prisma.md +++ b/docs/providers/prisma.md @@ -12,7 +12,7 @@ Coming soon... ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/roadmap.md b/docs/roadmap.md index cefa5773..768790db 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -12,7 +12,7 @@ Coming soon... ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/tutorials/compression.md b/docs/tutorials/compression.md index e4808565..1e4df2fe 100644 --- a/docs/tutorials/compression.md +++ b/docs/tutorials/compression.md @@ -74,7 +74,7 @@ For more information about the npm compression package, please visit the **[npm ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** diff --git a/docs/tutorials/cookies.md b/docs/tutorials/cookies.md index 99a49b9b..c15a699e 100644 --- a/docs/tutorials/cookies.md +++ b/docs/tutorials/cookies.md @@ -102,7 +102,7 @@ Note that we are using `@cookies()` decorator to get the cookie information. Thi ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a **[sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)**