Skip to content

Commit dde94cc

Browse files
authored
chore: fix typo
1 parent 67b70ae commit dde94cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can also specify the minimum required version (version not semver-range!) of
2323
"package-deps": [
2424
// Add a dependency on a package:
2525
{ "name": "linter", "minimumVersion": "2.0.0" },
26-
// Add a depdencny in any of the following packages,
26+
// Add a dependency in any of the following packages,
2727
// so if one is already installed, user is not prompted to install the other
2828
[ { "name": "linter" }, { "name": "atom-ide-ui" } ]
2929
]

0 commit comments

Comments
 (0)