Skip to content

Commit d8c8cf9

Browse files
authored
Fix another typo
1 parent b4d0d5b commit d8c8cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/deploy/providers/testfairy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use the following options to further configure the deployment.
2727
| `symbols_file` | Path to the symbols file — type: string |
2828
| `testers_groups` | Tester groups to be notified about this build — type: string, e.g.: e.g. group1,group1 |
2929
| `notify` | Send an email with a changelog to your users — type: boolean |
30-
| `auto_update` | Automaticall upgrade all the previous installations of this app this version — type: boolean |
30+
| `auto_update` | Automatically upgrade all the previous installations of this app this version — type: boolean |
3131
| `advanced_options` | Comma_separated list of advanced options — type: string, e.g.: option1,option2 |
3232

3333
### Shared options
@@ -41,4 +41,4 @@ All options can be given as environment variables if prefixed with `TESTFAIRY_`.
4141

4242
For example, `api_key` can be given as `TESTFAIRY_API_KEY=<api_key>`.
4343

44-
{% include deploy/secrets.md name="api_key" env_name="TESTFAIRY_API_KEY" %}
44+
{% include deploy/secrets.md name="api_key" env_name="TESTFAIRY_API_KEY" %}

0 commit comments

Comments
 (0)