Skip to content

Commit

Permalink
docs: Correct google_firestore_backup_schedule recurrence descriptions (
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhogg authored and pawelJas committed May 16, 2024
1 parent 4d86132 commit cfc3b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmv1/products/firestore/BackupSchedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ properties:
- !ruby/object:Api::Type::NestedObject
name: dailyRecurrence
description: |
For a schedule that runs daily at a specified time.
For a schedule that runs daily.
exactly_one_of:
- daily_recurrence
- weekly_recurrence
Expand All @@ -97,7 +97,7 @@ properties:
- !ruby/object:Api::Type::NestedObject
name: weeklyRecurrence
description: |
For a schedule that runs weekly on a specific day and time.
For a schedule that runs weekly on a specific day.
immutable: true
exactly_one_of:
- weekly_recurrence
Expand Down

0 comments on commit cfc3b48

Please sign in to comment.