Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 1999dab

Browse files
committed
Fix typo in documentation
1 parent 29be88e commit 1999dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Haskell/Ide/Engine/Plugin/Package.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ addCmd = CmdSync $ \(AddParams rootDir modulePath pkg) -> do
107107

108108
data PackageType = CabalPackage FilePath -- ^ Location of Cabal File.
109109
| HpackPackage FilePath -- ^ Location of `package.yaml`
110-
| NoPackage -- ^ No package format ahs been found.
110+
| NoPackage -- ^ No package format has been found.
111111

112112
-- | Find the package type the project with the given root uses.
113113
-- Might have weird results if there is more than one cabal package specification

0 commit comments

Comments
 (0)