Skip to content

Commit

Permalink
Documentation fix and prettier files update (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-nercolini authored Jul 4, 2024
1 parent ca9876b commit 1772fad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/* .
</details>

### What
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion models/docs/sources/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion models/docs/sources/history_transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion models/docs/universal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_end_date>-<dag_alias>". 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_end_date>-<dag_alias>". Batch ids are unique to the batch and help with monitoring and rerun capabilities
{% enddocs %}

{% docs batch_run_date %}
Expand Down

0 comments on commit 1772fad

Please sign in to comment.