diff --git a/README.md b/README.md index 5ef0d6d..edab029 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Where: - `build` (`simplex build` config) - `src_dir` - The simplicity contracts source directory. - - `simf_files` - A glob pattern incidating which contracts are in scope. + - `simf_files` - A glob pattern indicating which contracts are in scope. - `out_dir` - The output directory where contracts artifacts are generated. - `regtest` (`simplex regtest` config) - `mnemonic` - The signer's mnemonic regtest will send initial funds to. diff --git a/rustfmt.toml b/rustfmt.toml index 74b8276..945e584 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -# WARNING: Formatting in this project is non-standard and unfortunetely `cargo fmt` does not support "out of the box" formatting. +# WARNING: Formatting in this project is non-standard and unfortunately `cargo fmt` does not support "out of the box" formatting. # Here you can find the closest possible set of settings for `cargo fmt`, but it is not even close to desirable. # use '+nightly' option for formatting (cargo +nightly fmt)