Skip to content

Commit cf852c9

Browse files
Docs: Fixed capitalization of words (#12520) (#8879)
[upstream:2810dee9bd7022012cddf7b2029c545d1fae5d22] Signed-off-by: Modular Magician <[email protected]>
1 parent 662b93f commit cf852c9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/12520.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/firebase/resource_firebase_project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func ResourceFirebaseProject() *schema.Resource {
8686
"project_number": {
8787
Type: schema.TypeString,
8888
Computed: true,
89-
Description: `The number of the google project that firebase is enabled on.`,
89+
Description: `The number of the Google Project that Firebase is enabled on.`,
9090
},
9191
"project": {
9292
Type: schema.TypeString,

website/docs/r/firebase_project.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: |-
1919

2020
# google_firebase_project
2121

22-
A Google Cloud Firebase instance. This enables Firebase resources on a given google project.
22+
A Google Cloud Firebase instance. This enables Firebase resources on a given Google Project.
2323
Since a FirebaseProject is actually also a GCP Project, a FirebaseProject uses underlying GCP
2424
identifiers (most importantly, the projectId) as its own for easy interop with GCP APIs.
2525
Once Firebase has been added to a Google Project it cannot be removed.
@@ -80,7 +80,7 @@ In addition to the arguments listed above, the following computed attributes are
8080
* `id` - an identifier for the resource with format `projects/{{project}}`
8181

8282
* `project_number` -
83-
The number of the google project that firebase is enabled on.
83+
The number of the Google Project that Firebase is enabled on.
8484

8585
* `display_name` -
8686
The GCP project display name

0 commit comments

Comments
 (0)