Skip to content

Commit 465f427

Browse files
chore: minor improvement for docs (#1684)
Signed-off-by: fengyuchuanshen <[email protected]>
1 parent 9eb9fc0 commit 465f427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ come together to work towards a common goal.
4242
English naturally is the language of choice for developing and communicating
4343
technicalities concerning Wasmi. If you feel like your English skills are not
4444
on par to properly communicate your intent don't feel ashamed to use any of
45-
the well known translators in order to make everyone's lifes simpler.
45+
the well known translators in order to make everyone's lives simpler.
4646
Feeding properly articulated sentences in your language to an established
4747
translation engine usually yields good translation results.
4848

@@ -141,7 +141,7 @@ https://docs.github.com/en/authentication/managing-commit-signature-verification
141141

142142
### Commit Messages
143143

144-
We losely follow [semantic commit messages] without the `<type>` tags.
144+
We loosely follow [semantic commit messages] without the `<type>` tags.
145145
You are free to add those commit tags though and if you do please follow
146146
the linked guidelines.
147147
In any case please use decent language, short and precise commit messages,

crates/cli/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub struct Args {
8686
#[clap(long = "compilation-mode", value_enum, default_value_t=CompilationMode::LazyTranslation)]
8787
compilation_mode: CompilationMode,
8888

89-
/// Enable execution fiel metering with N units of fuel.
89+
/// Enable execution fuel metering with N units of fuel.
9090
///
9191
/// The execution will trap after running out of the N units of fuel.
9292
#[clap(long = "fuel", value_name = "N")]

0 commit comments

Comments
 (0)