Skip to content

Commit 76ab0da

Browse files
authored
Update how-to-troubleshoot-environments.md
1 parent 4ac44cd commit 76ab0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ This issue can happen when no targets are specified and no makefile is found whe
17331733
* If you have a custom makefile, specify it using ```make -f custommakefile```
17341734
* Specify targets in the makefile or in the command line
17351735
* Configure your build and generate a makefile
1736-
* Ensure you makefile is formatted correctly and tabs are used for indentation
1736+
* Ensure your makefile is formatted correctly and tabs are used for indentation
17371737
17381738
**Resources**
17391739
* [GNU Make](https://www.gnu.org/software/make/manual/make.html)

0 commit comments

Comments
 (0)