Skip to content

Commit 412487e

Browse files
authored
fix(i18n-embed): tha -> that (#137)
Fix typo in i18n-embed documentation
1 parent 464546a commit 412487e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n-embed/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! runtime. Works in unison with
55
//! [cargo-i18n](https://crates.io/crates/cargo_i18n).
66
//!
7-
//! This library recommends tha you make use of
7+
//! This library recommends that you make use of
88
//! [rust-embed](https://crates.io/crates/rust-embed) to perform the
99
//! actual embedding of the language files, unfortunately using this
1010
//! currently requires you to manually add it as a dependency to your

0 commit comments

Comments
 (0)