From dde7647ece846d5b9727a345183a458ea4f4502f Mon Sep 17 00:00:00 2001 From: Rickard Date: Tue, 6 Feb 2024 20:26:29 +0100 Subject: [PATCH] Thank you, linter --- docs/source/compiling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/compiling.mdx b/docs/source/compiling.mdx index 23f4ba261..39e277e71 100644 --- a/docs/source/compiling.mdx +++ b/docs/source/compiling.mdx @@ -24,7 +24,7 @@ make pip install . ``` -If you have multiple versions of CUDA installed, or have instlled it in a non-standard location, please refer to [cmake CUDA documentation](https://cliutils.gitlab.io/modern-cmake/chapters/packages/CUDA.html) for how to configure the CUDA compiler used. +If you have multiple versions of CUDA installed, or have installed it in a non-standard location, please refer to [cmake CUDA documentation](https://cliutils.gitlab.io/modern-cmake/chapters/packages/CUDA.html) for how to configure the CUDA compiler used. ## Windows