Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #2002

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pallets/loans/src/types/policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub enum WriteOffTrigger {
PriceOutdated(Seconds),
}

/// Wrapper type to identify equality berween kinds of triggers,
/// Wrapper type to identify equality between kinds of triggers,
/// without taking into account their inner values
#[derive(Encode, Decode, Clone, Eq, PartialOrd, Ord, TypeInfo, RuntimeDebug, MaxEncodedLen)]
pub struct UniqueWriteOffTrigger(pub WriteOffTrigger);
Expand Down Expand Up @@ -115,7 +115,7 @@ impl<Rate> WriteOffRule<Rate> {
}
}

/// The status of the writen off
/// The status of the written off
#[derive(
Encode,
Decode,
Expand Down
4 changes: 2 additions & 2 deletions scripts/upgrade-github-actions.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This script will use the open dependabot PRs to peform an upgrade of all GH actions
# This script will use the open dependabot PRs to perform an upgrade of all GH actions

# The target branch to merge all Dependabot PRs into
TARGET_BRANCH="upgrade-gh-actions"
Expand All @@ -15,4 +15,4 @@ gh pr list --search "author:app/dependabot" --state open --json headRefName --jq
done

# After merging, you might want to push the changes
# git push origin $TARGET_BRANCH
# git push origin $TARGET_BRANCH