diff --git a/README.md b/README.md index 632e8c5..2b653e4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If the largest `.elmi` files are run more than a few megabytes, you might benefi ### When not to use this rule -If neither of the above commands indicates a problem, and you have not experience problems with slow build times or exhausted memory when compiling, you probably don't need this rule. +If neither of the above commands indicates a problem, and you have not experienced problems with slow build times or exhausted memory when compiling, you probably don't need this rule. ## Provided rules diff --git a/src/LimitAliasedRecordSize.elm b/src/LimitAliasedRecordSize.elm index 040541a..b4f94ff 100644 --- a/src/LimitAliasedRecordSize.elm +++ b/src/LimitAliasedRecordSize.elm @@ -37,7 +37,7 @@ If the largest `.elmi` files are run more than a few megabytes, you might benefi ## When not to use this rule -If neither of the above commands indicates a problem, and you have not experience problems with slow build times or exhausted memory when compiling, you probably don't need this rule. +If neither of the above commands indicates a problem, and you have not experienced problems with slow build times or exhausted memory when compiling, you probably don't need this rule. # Configuration