]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Fixed typo
authorJoshua Harlan Lifton <lifton@puppetlabs.com>
Sun, 18 Nov 2012 06:26:57 +0000 (22:26 -0800)
committerJeff McCune <jeff@puppetlabs.com>
Mon, 19 Nov 2012 13:44:44 +0000 (08:44 -0500)
README_DEVELOPER.markdown

index e8aa27aa01a9e1b4be7700f7393dc7d4f5ff725c..04349ed79b41504d8ae80e94876d7537f8729549 100644 (file)
@@ -7,7 +7,7 @@ almost always be evaluated in the context of Puppet and Facter working
 together.
 
 Still, we don't want to write custom facts that blow up in the users face if
-Puppet is not loaded in memory.  This is often the case if the user run
+Puppet is not loaded in memory.  This is often the case if the user runs
 `facter` without also supplying the `--puppet` flag.
 
 Ah! But Jeff, the custom fact won't be in the `$LOAD_PATH` unless the user