Skip to content

Commit 057bffc

Browse files
committed
minor docs fixes
1 parent e425acc commit 057bffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/gitpod-protocol/src/teams-projects-protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export interface OrganizationSettings {
240240
// onboarding settings for the organization
241241
onboardingSettings?: OnboardingSettings;
242242

243-
// whether to add a special annotation to commits that are created by Gitpod
243+
// whether to add a special annotation to commits that are created through Gitpod
244244
annotateGitCommits?: boolean;
245245
}
246246

components/public-api/gitpod/v1/organization.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ message UpdateOrganizationSettingsRequest {
195195
// onboarding_settings are the settings for the organization's onboarding
196196
optional OnboardingSettings onboarding_settings = 16;
197197

198-
// annotate_git_commits specifies whether to annotate git commits with the gitpod host
198+
// annotate_git_commits specifies whether to annotate git commits created in Gitpod workspaces with the gitpod host
199199
optional bool annotate_git_commits = 17;
200200
}
201201

0 commit comments

Comments
 (0)