diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2d52e51..f59339a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,7 +20,7 @@ change is, and why it is being made, with enough context for anyone to understan ### Release planning - [ ] I've decided if this PR requires a new major/minor/patch version accordingly to - [semver](https://semver.org/), and I've changed the name of the BRANCH to release/_ , feature/_ or patch/\* . + [semver](https://semver.org/), and I've changed the name of the BRANCH to release/* , feature/* or patch/* . ### What diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20ae307..1c47ac5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: rev: v3.1.0 hooks: - id: prettier - files: \.(json|markdown|md|yaml|yml)$ + files: \.(json|yaml|yml)$ language_version: 14.21.3 - repo: https://github.com/sqlfluff/sqlfluff diff --git a/models/docs/sources/accounts.md b/models/docs/sources/accounts.md index 4bdc00d..adc0723 100644 --- a/models/docs/sources/accounts.md +++ b/models/docs/sources/accounts.md @@ -37,7 +37,7 @@ The total number of ledger entries connected to this account. Ledger entries inc #### Notes: -Each entry on a ledger takes up space, which is expensive to store on the blockchain. For each entry, an account is required to hold a [minimum XLM balance](https://developers.stellar.org/docs/fundamentals-and-concepts/lumens#minimum-balance). The reserve is calculated by (2 + num_subentries - num_sponsoring + num_sponsored) \* 0.5XLM +Each entry on a ledger takes up space, which is expensive to store on the blockchain. For each entry, an account is required to hold a [minimum XLM balance](https://developers.stellar.org/docs/fundamentals-and-concepts/lumens#minimum-balance). The reserve is calculated by (2 + num_subentries - num_sponsoring + num_sponsored) * 0.5XLM {% enddocs %} {% docs inflation_destination %} diff --git a/models/docs/sources/history_transactions.md b/models/docs/sources/history_transactions.md index cc96b98..3955f13 100644 --- a/models/docs/sources/history_transactions.md +++ b/models/docs/sources/history_transactions.md @@ -110,7 +110,7 @@ A transaction's success does not indicate whether it was included and written to {% enddocs %} {% docs fee_charged %} -The fee (in stroops) paid by the source account to apply this transaction to the ledger. At minimum, a transaction is charged # of operations \* base fee. The minimum base fee is 100 stroops +The fee (in stroops) paid by the source account to apply this transaction to the ledger. At minimum, a transaction is charged # of operations * base fee. The minimum base fee is 100 stroops #### Notes: diff --git a/models/docs/universal.md b/models/docs/universal.md index d2a2dda..49c0ce6 100644 --- a/models/docs/universal.md +++ b/models/docs/universal.md @@ -72,7 +72,7 @@ If an offer wants to sell 10 XLM for 1 USD, the price will be 0.10 USD. {% enddocs %} {% docs batch_id %} -String representation of the run id for a given DAG in Airflow. Takes the form of "scheduled\_\_-". Batch ids are unique to the batch and help with monitoring and rerun capabilities +String representation of the run id for a given DAG in Airflow. Takes the form of "scheduled__-". Batch ids are unique to the batch and help with monitoring and rerun capabilities {% enddocs %} {% docs batch_run_date %}