Skip to content

Commit

Permalink
chore(): Fix typo in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
moberwasserlechner committed Jan 6, 2022
1 parent 925f9be commit 7306af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/-everything-else--report.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Replace this with the commands output
* Android
* Version/API Level:
* Device Model:
* Content of project's `AndroidManifest.xml`
* Content of your `AndroidManifest.xml`
```xml
<!-- copy here -->
```
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Replace this with the commands output
* Android
* Version/API Level:
* Device Model:
* Content of project's `AndroidManifest.xml`
* Content of your `AndroidManifest.xml`
```xml
<!-- copy here -->
```
* iOS
* Version/API Level:
* Device Model:
* Content fo your `Info.plist`
* Content of your `Info.plist`
```xml
<!-- copy here -->
```
Expand Down

0 comments on commit 7306af5

Please sign in to comment.