Skip to content

Commit fd39a3f

Browse files
authored
Merge pull request #28 from kant/patch-1
Fixed duplicate word on line 84
2 parents 39b1883 + a39961e commit fd39a3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Do *not* use the _Install for all users_ option. See the
8787
When you open the _Environment Variables_ preference pane, you will see a
8888
simple two-column table that lists the environment variables from your
8989
`~/.MacOSX/environment.plist`. If that file doesn't exist, the table will be
90-
empty but the file will be created as soon as you you add an entry to the
90+
empty but the file will be created as soon as you add an entry to the
9191
table. To add an environment variable click the `+` button. Specify the name of
9292
the new variable, hit `tab` and specify its value. Hit `enter`. To modify a
9393
variable, click its name or value, make the desired changes and hit `enter`. To
@@ -116,7 +116,7 @@ looks confusing, this is an esoteric feature.
116116
To interpolate the output of a shell command, enclose it in parentheses.
117117
`$(date)`, for example, is replaced with the current date, because that's what
118118
the `date` program prints to standard output. The command is subject to shell
119-
expansion–because it is invoked via `/bin/sh -c`–but also to immediate variable
119+
expansion –because it is invoked via `/bin/sh -c` but also to immediate variable
120120
interpolation by EnvPane as described above. In other words, `$(BAR=bar ; echo
121121
$BAR)` will not evaluate to `bar` because the `$BAR` reference will be
122122
interpolated by EnvPane, at a time when BAR is not yet defined. To prevent
@@ -177,12 +177,12 @@ original author and inauspiciously using the EnvPane name.
177177

178178
### v0.3
179179

180-
Fix: Preference pane fails to load if ~/Library/LaunchAgents is missing
180+
Fix: Preference pane fails to load if `~/Library/LaunchAgents` is missing
181181
([issue #2][issue_2])
182182

183183
### v0.2
184184

185-
Fix: Preference pane fails to load if ~/.MacOSX or ~/.MacOSX/environment.plist
185+
Fix: Preference pane fails to load if `~/.MacOSX` or `~/.MacOSX/environment.plist`
186186
are missing ([issue #1][issue_1]).
187187

188188
### v0.1.1

0 commit comments

Comments
 (0)