diff --git a/crates/wasmtime/src/store.rs b/crates/wasmtime/src/store.rs index b764932909..6ed3d1d501 100644 --- a/crates/wasmtime/src/store.rs +++ b/crates/wasmtime/src/store.rs @@ -73,7 +73,7 @@ pub use self::data::*; /// /// You can create a store with default configuration settings using /// `Store::default()`. This will create a brand new [`Engine`] with default -/// ocnfiguration (see [`Config`](crate::Config) for more information). +/// configuration (see [`Config`](crate::Config) for more information). pub struct Store { // for comments about `ManuallyDrop`, see `Store::into_data` inner: ManuallyDrop>>,