Skip to content

Commit 29f8a72

Browse files
authored
small acrolinx update
1 parent f70a9ec commit 29f8a72

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
@@ -1848,7 +1848,7 @@ This issue can happen when apt-get fails to run.
18481848
* Check your network connection and DNS settings
18491849
* Run `apt-get check` to check for broken dependencies
18501850
* Run `apt-get update` and then run your original command again
1851-
* Run the command with the `-f` flag which will try to resolve the issue coming from the broken dependencies
1851+
* Run the command with the `-f` flag, which will try to resolve the issue coming from the broken dependencies
18521852
* Run the command with `sudo` permissions, such as `sudo apt-get install <package-name>`
18531853
18541854
**Resources**

0 commit comments

Comments
 (0)