We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac44cd commit 76ab0daCopy full SHA for 76ab0da
articles/machine-learning/how-to-troubleshoot-environments.md
@@ -1733,7 +1733,7 @@ This issue can happen when no targets are specified and no makefile is found whe
1733
* If you have a custom makefile, specify it using ```make -f custommakefile```
1734
* Specify targets in the makefile or in the command line
1735
* Configure your build and generate a makefile
1736
-* Ensure you makefile is formatted correctly and tabs are used for indentation
+* Ensure your makefile is formatted correctly and tabs are used for indentation
1737
1738
**Resources**
1739
* [GNU Make](https://www.gnu.org/software/make/manual/make.html)
0 commit comments