[doc] Fix typo in build.rst (#7800)

avaiable -> available
This commit is contained in:
Ikko Ashimine 2022-04-13 17:45:26 +09:00 committed by GitHub
parent 3f536b5308
commit 56e4baff7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ There are several ways to build and install the package from source:
python setup.py install --use-cuda --use-nccl 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 options used for development are only available for using CMake directly. See next
section on how to use CMake with setuptools manually. section on how to use CMake with setuptools manually.