Skip to content

Commit

Permalink
Docs: Fixed capitalization of words (#12520)
Browse files Browse the repository at this point in the history
[upstream:2810dee9bd7022012cddf7b2029c545d1fae5d22]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Dec 10, 2024
1 parent 662b93f commit 5733b27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/12520.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google-beta/services/firebase/resource_firebase_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func ResourceFirebaseProject() *schema.Resource {
"project_number": {
Type: schema.TypeString,
Computed: true,
Description: `The number of the google project that firebase is enabled on.`,
Description: `The number of the Google Project that Firebase is enabled on.`,
},
"project": {
Type: schema.TypeString,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/firebase_project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: |-

# google_firebase_project

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

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

* `display_name` -
The GCP project display name
Expand Down

0 comments on commit 5733b27

Please sign in to comment.