From 0beb07c87e8e6afe00d4b3fc587f5e557eb7aa82 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 29 Jan 2017 11:32:48 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1c98faaf..d1588a81a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ when creating your pull request: 5. If you have a Xamarin development environment setup, test your translations to make sure they look correct in the app on iOS and Android. Sometimes the UI can break due to translations taking up more space than the original UI was built for. If possible, use a shorter or abbreviated version of the word/sentence to accomedate the available space. - If you are inable to accomedate the avaialable space for a particular translation, just let us know in your pull + If you are unable to accomedate the avaialable space for a particular translation, just let us know in your pull request comments. If you are unable to test your translations, just let us know in your pull request comments so that we can check it for you. 6. Be sure to watch for [future changes](https://github.com/bitwarden/mobile/commits/master/src/App/Resources/AppResources.resx) @@ -30,4 +30,4 @@ You can find an example of a proper translation pull request here: -TIP: If you have Visual Studio installed, it provides a nice tabular UI for editing `resx` XML files. \ No newline at end of file +TIP: If you have Visual Studio installed, it provides a nice tabular UI for editing `resx` XML files.