Pārlūkot izejas kodu

Update index.md

Syntax typo error fix.
Gorjan Mishevski 7 gadi atpakaļ
vecāks
revīzija
fde265ed6a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      DOCUMENTATION/content/guides/index.md

+ 1 - 1
DOCUMENTATION/content/guides/index.md

@@ -358,7 +358,7 @@ Here are a few things I use to clean things up.
 ```
 dclean() {
     processes=`docker ps -q -f status=exited`
-    if [ -n "$processes" ]; thend
+    if [ -n "$processes" ]; then
       docker rm $processes
     fi