From 439994a597208ad05026c87cad2bbad39eeb29fb Mon Sep 17 00:00:00 2001 From: Bram Ceulemans Date: Fri, 15 Jan 2021 13:52:56 +0100 Subject: [PATCH] Update 060_alternates.md, fix MacBook typo --- _docs/060_alternates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/060_alternates.md b/_docs/060_alternates.md index f47a248..ba72087 100644 --- a/_docs/060_alternates.md +++ b/_docs/060_alternates.md @@ -71,11 +71,11 @@ files are managed by yadm's repository: $HOME/path/example.txt##os.Linux,hostname.host1 $HOME/path/example.txt##os.Linux,hostname.host2 -If running on a Macbook named `host2`, yadm will create a symbolic link which looks like this: +If running on a MacBook named `host2`, yadm will create a symbolic link which looks like this: `$HOME/path/example.txt` → `$HOME/path/example.txt##os.Darwin,hostname.host2` -However, on another Mackbook named `host3`, yadm will create a symbolic link which looks like this: +However, on another MacBook named `host3`, yadm will create a symbolic link which looks like this: `$HOME/path/example.txt` → `$HOME/path/example.txt##os.Darwin`