Skip to content

Commit

Permalink
chore: fix small typo (#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellsworthjc committed Sep 4, 2022
1 parent 581e4c1 commit b961aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/feature-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Ensure all negative balances are highlighted red instead of yellow, even with cr

## Live on Last Month's Income

Add a section the budget inspector showing your variance between last month's income and this month's assigned budget for users who still live by the old Rule #4.
Add a section to the budget inspector showing your variance between last month's income and this month's assigned budget for users who still live by the old Rule #4.

## Paid in Full Credit Card Assist

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
section: 'budget',
title: "Live on Last Month's Income",
description:
"Add a section the budget inspector showing your variance between last month's income and this month's assigned budget for users who still live by the old Rule #4.",
"Add a section to the budget inspector showing your variance between last month's income and this month's assigned budget for users who still live by the old Rule #4.",
options: [
{ name: 'Use previous month', value: '1' },
{ name: 'Use month before last', value: '2' },
Expand Down

0 comments on commit b961aea

Please sign in to comment.