From c717c9be7bbcafc3484f56a850867fb1b035729d Mon Sep 17 00:00:00 2001 From: Devices Date: Thu, 20 Jul 2017 21:40:53 +0200 Subject: [PATCH] Fixed typo in en.md Changed "too" to "tool" in the sentence "To update the package to a newer version, use the `yupdate` tool." --- packaging/updating-an-existing-package/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/updating-an-existing-package/en.md b/packaging/updating-an-existing-package/en.md index 5ac0119..4770689 100644 --- a/packaging/updating-an-existing-package/en.md +++ b/packaging/updating-an-existing-package/en.md @@ -15,7 +15,7 @@ This can be achieved by doing `make bump`, which increments the release number b ## Updating a package -To update the package to a newer version, use the `yupdate` too. This tool is located at `/usr/share/ypkg/yupdate.py` and while you can use it directly, we generally recommend setting an alias via your `.bashrc`, `.zshrc`, etc. +To update the package to a newer version, use the `yupdate` tool. This tool is located at `/usr/share/ypkg/yupdate.py` and while you can use it directly, we generally recommend setting an alias via your `.bashrc`, `.zshrc`, etc. ``` bash alias updatePackage='/usr/share/ypkg/yupdate.py'