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

Fixed small typo for missing "to" #2926

Merged
merged 1 commit into from
Sep 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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