Skip to content

Commit

Permalink
Merge pull request #3213 from justinsb/fix_typo
Browse files Browse the repository at this point in the history
chore: fix typo in "associated"
  • Loading branch information
google-oss-prow[bot] authored Nov 20, 2024
2 parents 28b20a1 + f1010bc commit 49fc0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type DiscoveryEngineDataStoreStatus struct {
// +kcc:proto=google.cloud.discoveryengine.v1.DataStore
type DiscoveryEngineDataStoreObservedState struct {
// Output only. The id of the default
// [Schema][google.cloud.discoveryengine.v1.Schema] asscociated to this data
// [Schema][google.cloud.discoveryengine.v1.Schema] associated to this data
// store.
DefaultSchemaID *string `json:"defaultSchemaID,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
type: string
defaultSchemaID:
description: Output only. The id of the default [Schema][google.cloud.discoveryengine.v1.Schema]
asscociated to this data store.
associated to this data store.
type: string
type: object
type: object
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49fc0b6

Please sign in to comment.