From 9881f55a25c511c735e1b6e1ba30e294356bd8ba Mon Sep 17 00:00:00 2001 From: MohammadReza Date: Tue, 31 Jan 2023 20:56:41 +0330 Subject: [PATCH] fix: typo (#16643) --- desktop/settings/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/settings/linux.md b/desktop/settings/linux.md index 5176c3183d..ec2c972636 100644 --- a/desktop/settings/linux.md +++ b/desktop/settings/linux.md @@ -142,7 +142,7 @@ edit the file using your favorite text editor. > > Only the **Docker Desktop** daemon uses the configuration file under `$HOME/.docker`. > If you manually install Docker Engine alongside Docker Desktop, the manually -> installed instance uses a `dameon.json` configuration file in a different location. +> installed instance uses a `daemon.json` configuration file in a different location. > Refer to [Configure the daemon](../../config/daemon/index.md) for more information > about how to configure the Docker daemon on a manually installed Docker Engine.