From 56e4baff7c8f617ab4d42c10a5e934a78de98696 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 13 Apr 2022 17:45:26 +0900 Subject: [PATCH] [doc] Fix typo in build.rst (#7800) avaiable -> available --- doc/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.rst b/doc/build.rst index bb5de40f4..195b6b1f0 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -198,7 +198,7 @@ There are several ways to build and install the package from source: python setup.py install --use-cuda --use-nccl - Please refer to ``setup.py`` for a complete list of avaiable options. Some other + Please refer to ``setup.py`` for a complete list of available options. Some other options used for development are only available for using CMake directly. See next section on how to use CMake with setuptools manually.