From 319be3be9c135153ad4c1c60a26383dfd69faebb Mon Sep 17 00:00:00 2001 From: Jam'o Siu Date: Thu, 17 Jul 2025 10:31:59 +0800 Subject: [PATCH] docs: fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tuple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuple/README.md b/tuple/README.md index e059db7..b0eb7d1 100644 --- a/tuple/README.md +++ b/tuple/README.md @@ -54,7 +54,7 @@ implementation libs.onixbyteToolbox.tuple Add the following line to your `build.gradle.kts` dependencies block: ```kotlin -implementation("com.onixbyte:tuple:$artefactVerison") +implementation("com.onixbyte:tuple:$artefactVersion") ``` #### Groovy DSL