Browse Source

Update index.md

Syntax typo error fix.
Gorjan Mishevski 7 năm trước cách đây
mục cha
commit
fde265ed6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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