From 412487ed43264000229eaff3d1ae04ef2b6d727d Mon Sep 17 00:00:00 2001 From: Elsie Date: Sun, 5 Jan 2025 19:52:11 -0500 Subject: [PATCH] fix(i18n-embed): tha -> that (#137) Fix typo in i18n-embed documentation --- i18n-embed/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n-embed/src/lib.rs b/i18n-embed/src/lib.rs index 0c4b251..52ae006 100644 --- a/i18n-embed/src/lib.rs +++ b/i18n-embed/src/lib.rs @@ -4,7 +4,7 @@ //! runtime. Works in unison with //! [cargo-i18n](https://crates.io/crates/cargo_i18n). //! -//! This library recommends tha you make use of +//! This library recommends that you make use of //! [rust-embed](https://crates.io/crates/rust-embed) to perform the //! actual embedding of the language files, unfortunately using this //! currently requires you to manually add it as a dependency to your