Skip to content

Commit

Permalink
chore: adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 13, 2020
1 parent d938691 commit 57dd8cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ PLEASE READ: FILLING IN THE TEMPLATE IS REQUIRED!
Issues that do not include enough information might not be picked up.
Issues that have not been filled in using the issue template will be _closed_.
Have you read laravel-media-converter's contributing guidelines (https://github.com/meemaio/laravel-text-to-speech/blob/master/CONTRIBUTING.md)
and Code Of Conduct (https://github.com/meemaio/laravel-text-to-speech/master/CODE_OF_CONDUCT.md)?
Have you read laravel-media-converter's contributing guidelines (https://github.com/meemalabs/laravel-media-converter/blob/master/CONTRIBUTING.md)
and Code Of Conduct (https://github.com/meemalabs/laravel-media-converter/master/CODE_OF_CONDUCT.md)?
By filing an Issue, you are expected to comply with it, including treating everyone with respect.
Expand All @@ -26,7 +26,7 @@ Put an X between the brackets if you have done the following:
-->

* [ ] Are you using Laravel 6 and above?
* [ ] Able to reproduce the behaviour outside of your code, the problem is isolated to laravel-media-converter`
* [ ] Able to reproduce the behavior outside of your code, the problem is isolated to laravel-media-converter`
* [ ] Checked that your issue isn't already filed.
* [ ] Checked if no PR was submitted that fixes this problem.

Expand All @@ -50,9 +50,9 @@ Put an X between the brackets if you have done the following:

<!-- What you expect to happen -->

**Actual behavior:**
**Actual behavior:**

<!-- What actually happens. Please include screenshots, strack traces and anything that can help us understand the issue. -->
<!-- What actually happens. Please include screenshots, stack traces and anything that can help us understand the issue. -->

### Additional Information

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/---ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PLEASE READ: FILLING IN THE TEMPLATE IS REQUIRED!
Issues that do not include enough information might not be picked up.
Have you read laravel-media-converter's
contributing guidelines (https://github.com/meemaio/laravel-media-converter/blob/master/CONTRIBUTING.md)
and Code Of Conduct (https://github.com/meemaio/laravel-media-converter/master/CODE_OF_CONDUCT.md)?
contributing guidelines (https://github.com/meemalabs/laravel-media-converter/blob/master/CONTRIBUTING.md)
and Code Of Conduct (https://github.com/meemalabs/laravel-media-converter/master/CODE_OF_CONDUCT.md)?
By filing an idea, you are expected to comply with it, including treating everyone with respect.
Please prefix your idea with: [IDEA].
Expand Down
2 changes: 1 addition & 1 deletion src/MediaConvertManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function ensureAwsSdkIsInstalled()
}

/**
* Get the default Text to Speech driver name.
* Get the default media conversion driver name.
*
* @return string
*/
Expand Down

0 comments on commit 57dd8cd

Please sign in to comment.