File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1717final result which can be uploaded to the JetBrains repository.
1818
1919The 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 ` )
Original file line number Diff line number Diff 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
6969namespace 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/**
You can’t perform that action at this time.
0 commit comments