From 042587b74a07ad9177d3f5f7f766ab7e40c7cacb Mon Sep 17 00:00:00 2001 From: Harsh <23f2005517@ds.study.iitm.ac.in> Date: Thu, 5 Mar 2026 17:25:47 +0530 Subject: [PATCH] fix(docs): Fix typo in README.md.tpl for issue link (#45808) This PR fixes a small grammar issue in the README. Changed "Open a issue" to "Open an issue". No functional changes. Signed-off-by: Harsh <23f2005517@ds.study.iitm.ac.in> --- templates/README.md.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/README.md.tpl b/templates/README.md.tpl index 121e770e414..dbe210f5a31 100644 --- a/templates/README.md.tpl +++ b/templates/README.md.tpl @@ -38,7 +38,7 @@ For information about the common chart and all defaults included with it, please - See the [Website](https://trueforge.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/trueforge-org/truecharts/issues/new/choose) +- Open an [issue](https://github.com/trueforge-org/truecharts/issues/new/choose) ---