Skip to content

Commit 731f92e

Browse files
committed
Correct grammar
1 parent 156e581 commit 731f92e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/contributing/releases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ more details
138138

139139
We aim to do hackage releases following the github ones described above.
140140
To help in that job we have added a [github workflow](https://github.com/haskell/haskell-language-server/blob/master/.github/workflows/hackage.yml)
141-
That script check, generates the tar.gz files, unpack thems and build them in isolation against hackage head
141+
That script checks, generates the tar.gz files, unpacks and builds them in isolation against hackage head
142142
if the package version in the branch is different from hackage.
143143
If the package in the branch has the same version as the released one,
144-
it will check the relevant files have not changed and will thorw an error
145-
in other case.
144+
it will check the relevant files have not changed and will throw an error
145+
otherwise.
146146
The script will upload the tarballs as candidates, maintainers will have
147-
to check them and publish them definitely.
147+
to check and publish them definitely.

0 commit comments

Comments
 (0)