Skip to content

Commit 09bd46d

Browse files
committed
Fix typos in comments
1 parent b927a69 commit 09bd46d

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

lib/analyze-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-codeql-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/feature-flags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class OfflineFeatures implements FeatureEnablement {
404404
* @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the
405405
* feature, the version of the CodeQL CLI will be checked against the minimum version.
406406
* If the version is less than the minimum version, the feature will be considered
407-
* disabled. If not provided, and a `minimumVersion` is specified for the feature, the
407+
* disabled. If not provided, and a `minimumVersion` is specified for the feature, then
408408
* this function will throw.
409409
* @returns true if the feature is enabled, false otherwise.
410410
*
@@ -541,7 +541,7 @@ class Features extends OfflineFeatures {
541541
* @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the
542542
* feature, the version of the CodeQL CLI will be checked against the minimum version.
543543
* If the version is less than the minimum version, the feature will be considered
544-
* disabled. If not provided, and a `minimumVersion` is specified for the feature, the
544+
* disabled. If not provided, and a `minimumVersion` is specified for the feature, then
545545
* this function will throw.
546546
* @returns true if the feature is enabled, false otherwise.
547547
*

0 commit comments

Comments
 (0)