[PR #8035] [MERGED] Fix typo in Budget Automation math expression #131676

Closed
opened 2026-06-16 00:24:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/8035
Author: @jcoffa
Created: 6/2/2026
Status: Merged
Merged: 6/2/2026
Merged by: @matt-fidd

Base: masterHead: fix-budget-automation-typo


📝 Commits (3)

  • 88b9ff6 Fix typo in Budget Automation math expression
  • a9206e4 Remove release note
  • e729d54 Merge branch 'master' into fix-budget-automation-typo

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 packages/docs/docs/experimental/budget-automation.md (+2 -2)

📄 Description

Description

Minor typo fix in Budget Automation docs page. There were two instances of _ being used where a * (multiplication) was intended. Seemed to be an over-eager markdown auto-formatter that converted a single * into _ for the preferred italics style.

N/A

Testing

N/A

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/8035 **Author:** [@jcoffa](https://github.com/jcoffa) **Created:** 6/2/2026 **Status:** ✅ Merged **Merged:** 6/2/2026 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix-budget-automation-typo` --- ### 📝 Commits (3) - [`88b9ff6`](https://github.com/actualbudget/actual/commit/88b9ff6254c1db80128571e37dbbb5a9e7f2ca66) Fix typo in Budget Automation math expression - [`a9206e4`](https://github.com/actualbudget/actual/commit/a9206e42292e2a4a90de899a18d1ee9e2b26fe36) Remove release note - [`e729d54`](https://github.com/actualbudget/actual/commit/e729d5434b5db9bd5167c718c3ececb8eb5cc369) Merge branch 'master' into fix-budget-automation-typo ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/docs/docs/experimental/budget-automation.md` (+2 -2) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://actualbudget.org/docs/contributing/#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> Minor typo fix in Budget Automation docs page. There were two instances of `_` being used where a `*` (multiplication) was intended. Seemed to be an over-eager markdown auto-formatter that converted a single `*` into `_` for the preferred italics style. ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> N/A ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> N/A ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-16 00:24:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#131676