Skip to content

Commit 9247816

Browse files
authored
fix typo in torchx doc (#1104) (#1104)
Summary: Fix typo in torchx doc Pull Request resolved: #1104 Test Plan: Imported from GitHub, without a `Test Plan:` line. Rollback Plan: Reviewed By: kiukchung Differential Revision: D80435072 Pulled By: 610lyn
1 parent 448e08e commit 9247816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchx/runner/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
7474
#. In addition, it is possible to specify a different config other than .torchxconfig to
7575
load at runtime. Requirements are that the config path is specified by enviornment
76-
variable TORCHX_CONFIG. It also disables hierarchy loading configs from multiple
76+
variable TORCHXCONFIG. It also disables hierarchy loading configs from multiple
7777
directories as the cases otherwise.
7878
7979
#. User level .torchxconfig

0 commit comments

Comments
 (0)