summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorKartik Saranathan <278928+Kartiku@users.noreply.github.com>2020-03-16 04:07:10 -0400
committerGitHub <noreply@github.com>2020-03-16 09:07:10 +0100
commitfe53f6ef4f4fe296d70c68b8c56d3c8afa06a168 (patch)
treed3c75d32d8d899b1792b20c88d5fa536a6587b23 /doc
parentfd3583803e8e310c2c6f60c79aab42a56b931a56 (diff)
downloadNim-fe53f6ef4f4fe296d70c68b8c56d3c8afa06a168.tar.gz
fix typo (#13660) [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/nimc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst
index b67c05a0e..138f1e7f0 100644
--- a/doc/nimc.rst
+++ b/doc/nimc.rst
@@ -160,7 +160,7 @@ passed as a command line argument to the compiler.
 The ``nim`` executable processes configuration files in the following
 directories (in this order; later files overwrite previous settings):
 
-1) ``$nim/config/nim.cfg``, ``/etc/nim/nim.cfg`` (UNIX) or ``<Nim's installation director>\config\nim.cfg`` (Windows). This file can be skipped with the ``--skipCfg`` command line option.
+1) ``$nim/config/nim.cfg``, ``/etc/nim/nim.cfg`` (UNIX) or ``<Nim's installation directory>\config\nim.cfg`` (Windows). This file can be skipped with the ``--skipCfg`` command line option.
 2) If environment variable ``XDG_CONFIG_HOME`` is defined, ``$XDG_CONFIG_HOME/nim/nim.cfg`` or ``~/.config/nim/nim.cfg`` (POSIX) or ``%APPDATA%/nim/nim.cfg`` (Windows). This file can be skipped with the ``--skipUserCfg`` command line option.
 3) ``$parentDir/nim.cfg`` where ``$parentDir`` stands for any parent  directory of the project file's path. These files can be skipped with the ``--skipParentCfg`` command line option.
 4) ``$projectDir/nim.cfg`` where ``$projectDir`` stands for the project  file's path. This file can be skipped with the ``--skipProjCfg`` command line option.