Skip to content

Commit 15b685b

Browse files
authored
Merge pull request #334 from PhilETaylor/master
Fix Typos
2 parents 7e51f15 + 3fe1442 commit 15b685b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MAINTENANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To build the plugin, execute the gradle task `buildPlugin`.
1313
./gradlew clean buildPlugin
1414
```
1515

16-
The artifact zip can then be found in `build/distrubutions`. This is the
16+
The artifact zip can then be found in `build/distributions`. This is the
1717
final result which can be uploaded to the JetBrains repository.
1818

1919
The checklist for a new release should be the following:
@@ -24,7 +24,7 @@ The checklist for a new release should be the following:
2424
* prepare the changelog:
2525
* execute `./prepare-release.sh` to write the changelog to disk
2626
* manually copy the relevant parts to `CHANGELOG.md`
27-
* commit the changed files (preferrable with a meaningful commit message
27+
* commit the changed files (preferable with a meaningful commit message
2828
`Prepare release 0.16.xxx`)
2929
* tag a release (`git tag 0.x.xxx`)
3030
* push the changed code and the tag to the remote (`git push && git push --tags`)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Foo {}
6363

6464
#### Class LineMarker
6565

66-
LineMarker which provide navigation to annotation class usages
66+
LineMarker which provides navigation to annotation class usages
6767

6868
```php
6969
namespace Doctrine\ORM\Mapping;
@@ -145,7 +145,7 @@ class Foobar {}
145145

146146
### Annotation Target Detection
147147

148-
`@Target` is used to attach annotation, if non provided its added to "ALL list"
148+
`@Target` is used to attach annotation, if none provided it is added to "ALL list"
149149

150150
```php
151151
/**

0 commit comments

Comments
 (0)