Skip to content

Commit 5bbf8ea

Browse files
authored
docs: Fix "latter requires" typo (#498)
1 parent 4942fd6 commit 5bbf8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/bundler-plugin-core/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export interface Options {
154154
*
155155
* Defaults to automatically detecting a value for your environment.
156156
* This includes values for Cordova, Heroku, AWS CodeBuild, CircleCI, Xcode, and Gradle, and otherwise uses the git `HEAD`'s commit SHA.
157-
* (the latterrequires access to git CLI and for the root directory to be a valid repository)
157+
* (the latter requires access to git CLI and for the root directory to be a valid repository)
158158
*
159159
* If you didn't provide a value and the plugin can't automatically detect one, no release will be created.
160160
*/

packages/dev-utils/src/generate-documentation-table.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ errorHandler: (err) => {
114114
name: "name",
115115
type: "string",
116116
fullDescription:
117-
"Unique identifier for the release you want to create.\n\nThis value can also be specified via the `SENTRY_RELEASE` environment variable.\n\nDefaults to automatically detecting a value for your environment. This includes values for Cordova, Heroku, AWS CodeBuild, CircleCI, Xcode, and Gradle, and otherwise uses the git `HEAD`'s commit SHA. (the latterrequires access to git CLI and for the root directory to be a valid repository)\n\nIf you didn't provide a value and the plugin can't automatically detect one, no release will be created.",
117+
"Unique identifier for the release you want to create.\n\nThis value can also be specified via the `SENTRY_RELEASE` environment variable.\n\nDefaults to automatically detecting a value for your environment. This includes values for Cordova, Heroku, AWS CodeBuild, CircleCI, Xcode, and Gradle, and otherwise uses the git `HEAD`'s commit SHA. (the latter requires access to git CLI and for the root directory to be a valid repository)\n\nIf you didn't provide a value and the plugin can't automatically detect one, no release will be created.",
118118
},
119119
{
120120
name: "inject",

0 commit comments

Comments
 (0)