Skip to content

Commit 2d2e1c4

Browse files
authored
Fix typos and linguistic errors in documentation (#22078)
1 parent a955bea commit 2d2e1c4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Please follow the issue template below for bug reports and feature requests.
3-
Also please indicate in the issue title which language/library is concerned. Eg: [JAVA] Bug generating foo with bar
3+
Also please indicate in the issue title which language/library is concerned. E.g.: [JAVA] Bug generating foo with bar
44
-->
55

66
##### Description

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ assignees: ''
1818

1919
<!--
2020
Please follow the issue template below for bug reports.
21-
Also please indicate in the issue title which language/library is concerned. Eg: [BUG][JAVA] Bug generating foo with bar
21+
Also please indicate in the issue title which language/library is concerned. E.g.: [BUG][JAVA] Bug generating foo with bar
2222
-->
2323

2424
##### Description

bin/utils/dart-keywords/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Running `./save_dart_keywords.sh` from this directory will generate `dart-keywor
55

66
## When should the keywords be generated?
77

8-
`save_dart_keywords.sh` should be run when a new version of Dart is release to update the keywords file.
8+
`save_dart_keywords.sh` should be run when a new version of Dart is released to update the keywords file.
99

1010
The last Dart version that was used to generate the keywords can be found in `dart-version.txt`.
1111

12-
## What does the shellscript do?
12+
## What does the shell script do?
1313

1414
1. run the dart app
1515
- `dart run save-dart-keywords.dart`

docs/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Debugging
55

66
## Generation
77

8-
As a user there may be times when generated outputs don't match your expectations it's unclear why. The CLI supports a `--dry-run` option which may be used to inspect the anticipated file operations without making changes to the file system.
8+
As a user there may be times when generated outputs don't match your expectations and it's unclear why. The CLI supports a `--dry-run` option which may be used to inspect the anticipated file operations without making changes to the file system.
99

1010
Suppose you generate using the `--minimal-update` option, and you notice on subsequent generations of a client that no files have changed. This is by design.
1111

modules/openapi-generator/src/main/resources/typescript-aurelia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ import {operationId} from './symlinkDir';
6565
The CommonJS syntax is as follows:
6666

6767
```
68-
import localName = require('./symlinkDir')';
68+
import localName = require('./symlinkDir');
6969
```

0 commit comments

Comments
 (0)