From 8ea85b2b5db29329d68bb1cf04079a45b1d08363 Mon Sep 17 00:00:00 2001 From: b1f6c1c4 Date: Sun, 19 Jul 2020 16:38:39 -0400 Subject: [PATCH] fix typo Co-authored-by: Aditya Bindal --- Projects/3-Advanced/Personal-Accounting-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/3-Advanced/Personal-Accounting-App.md b/Projects/3-Advanced/Personal-Accounting-App.md index fe3bc172..a1c6edea 100644 --- a/Projects/3-Advanced/Personal-Accounting-App.md +++ b/Projects/3-Advanced/Personal-Accounting-App.md @@ -26,7 +26,7 @@ Personal accounting, or bookkeeping, is a good habit that can help a person or f To design a fully-fledged accounting system, one should be familiar with [double-entry bookkeeping](https://en.wikipedia.org/wiki/Double-entry_bookkeeping). To handle [fixed assets](https://en.wikipedia.org/wiki/Fixed_asset), one need to know [depreciation](https://en.wikipedia.org/wiki/Depreciation). -If you with, you can even make your app compliant to some enterprise-level [accounting standards](https://en.wikipedia.org/wiki/Accounting_standard). +If you wish, you can even make your app compliant to some enterprise-level [accounting standards](https://en.wikipedia.org/wiki/Accounting_standard). ## Example projects