From f4eca5c7b2b7e57321a414b8d5b9a059be5111c0 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Tue, 10 Jan 2017 07:50:59 -0600 Subject: [PATCH] Fix typo (#41) --- _docs/040_alternates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/040_alternates.md b/_docs/040_alternates.md index 24399c2..5571a2d 100644 --- a/_docs/040_alternates.md +++ b/_docs/040_alternates.md @@ -10,7 +10,7 @@ features and strategies for dealing with those occasions. ## Symlink alternates It can be useful to have an automated way of choosing an alternate version of a -file for a different operation system, host, or user. **yadm** implements a +file for a different operating system, host, or user. **yadm** implements a feature which will automatically create a symbolic link to the appropriate version of a file, as long as you follow a specific naming convention. yadm can detect files with names ending in: @@ -122,5 +122,5 @@ alternate version using **yadm**. Consider these three files: Configuring Git this way includes `.gitconfig.local` in the standard `.gitconfig`. **yadm** will automatically link the correct version based on the -operation system. The bulk of your configurations can go in a single file, and +operating system. The bulk of your configurations can go in a single file, and you just put the exceptions in OS-specific files.