Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Correct google_firestore_backup_schedule recurrence descriptions #10295

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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