From 7665e12b7bfcac31b561c67d37575904ff069027 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 21 Jul 2019 21:34:21 +1200 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8189da..dccdb40 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ Xcoder provides a simple mechanism to help with automating builds and CI. First profile 'Provisioning/MyProject_AdHoc.mobileprovision' # Keychain is option, allows isolation of identities per-project without - # poluting global keychain + # polluting global keychain keychain 'Provisioning/build.keychain', 'build' deploy :testflight, @@ -417,7 +417,7 @@ You can then invoke the project using the xcoder command line: # Get a list of tasks xcoder -T -This is a bit of a work-in-progress and an attempt to allow projects to provide a minimal declaration of how thier artifacts should be built and where they should go. Integration with CI (Jenkins, for example) or just running locally from the command line should be simple. +This is a bit of a work-in-progress and an attempt to allow projects to provide a minimal declaration of how their artifacts should be built and where they should go. Integration with CI (Jenkins, for example) or just running locally from the command line should be simple. ## Feedback