Skip to content

Commit 88c7046

Browse files
🩹 [Patch]: Fix typos in README.md (#91)
This PR fixes several typos in the README.md documentation file to improve clarity and professionalism. ### Fixed - Corrected grammar: "prereleases that **was** created" → "prereleases that **were** created" - Fixed possessive form: "actions configuration" → "action's configuration" - Fixed spelling: "change" → "changed" for proper verb tense - Corrected typo: "in **you** repository" → "in **your** repository"
1 parent 0d11e5f commit 88c7046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following labels will inform the action what kind of release to create:
2626
- `patch`
2727
- `fix`
2828

29-
When a pull request is closed, the action will create a release based on the labels and clean up any previous prereleases that was created.
29+
When a pull request is closed, the action will create a release based on the labels and clean up any previous prereleases that were created.
3030

3131
> [!NOTE]
3232
> The labels can be configured using the `MajorLabels`, `MinorLabels` and `PatchLabels` parameters/settings in the configuration file to trigger
@@ -65,7 +65,7 @@ The action can be configured using the following settings:
6565

6666
The configuration file is a YAML file that can be used to configure the action.
6767
By default, the configuration file is expected at `.github\auto-release.yml`, which can be changed using the `ConfigurationFile` setting.
68-
The actions configuration can be change by altering the settings in the configuration file.
68+
The action's configuration can be changed by altering the settings in the configuration file.
6969

7070
```yaml
7171
DatePrereleaseFormat: 'yyyyMMddHHmm'
@@ -77,7 +77,7 @@ This example uses the date format for the prerelease, disables the incremental p
7777
7878
## Example
7979
80-
Add a workflow in you repository using the following example:
80+
Add a workflow in your repository using the following example:
8181
8282
```yaml
8383
name: Release-GHRepository

0 commit comments

Comments
 (0)