From 3b5a112b6d419d799a16aaa101f8196de68ae001 Mon Sep 17 00:00:00 2001 From: noah Date: Mon, 18 Dec 2023 16:34:36 -0800 Subject: [PATCH] Fix typo Co-authored-by: Jake Hartnell --- packages/cw-tokenfactory-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cw-tokenfactory-types/Cargo.toml b/packages/cw-tokenfactory-types/Cargo.toml index 67f2e1085..150625e67 100644 --- a/packages/cw-tokenfactory-types/Cargo.toml +++ b/packages/cw-tokenfactory-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cw-tokenfactory-types" authors = ["Noah Saso "] -description = "A package for the handling of variou tokenfactory types." +description = "A package for the handling of various tokenfactory types." edition = { workspace = true } license = { workspace = true } repository = { workspace = true }