Skip to content

Commit

Permalink
#320 - Fix typo in query documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed May 13, 2021
1 parent b574ad5 commit 0eeb7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Money.Models/Queries/ListMonthOutcomesForCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Money.Models.Queries
{
/// <summary>
/// A query for getting list of monthly grouped expences in a single category.
/// A query for getting list of monthly grouped expenses in a single category.
/// </summary>
public class ListMonthOutcomesForCategory : UserQuery, IQuery<List<MonthWithAmountModel>>
{
Expand Down
2 changes: 1 addition & 1 deletion src/Money.Models/Queries/ListYearOutcomesForCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Money.Models.Queries
{
/// <summary>
/// A query for getting list of yearly grouped expences in a single category.
/// A query for getting list of yearly grouped expenses in a single category.
/// It returns StartYear + 9 upcoming years.
/// </summary>
public class ListYearOutcomesForCategory : UserQuery, IQuery<List<YearWithAmountModel>>
Expand Down

0 comments on commit 0eeb7be

Please sign in to comment.