From f0d5f7fffd7538fb84718de6e0dd66474926f009 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 12 Oct 2021 08:32:52 -0700 Subject: [PATCH] docs: fix typo in alert.proto PiperOrigin-RevId: 402570091 --- google/monitoring/v3/alert.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/monitoring/v3/alert.proto b/google/monitoring/v3/alert.proto index a6adbb8ef..63fe05a5e 100644 --- a/google/monitoring/v3/alert.proto +++ b/google/monitoring/v3/alert.proto @@ -106,7 +106,7 @@ message AlertPolicy { // well as how to combine the retrieved time series together (such as // when aggregating multiple streams on each resource to a single // stream for each resource or when aggregating streams across all - // members of a group of resrouces). Multiple aggregations + // members of a group of resources). Multiple aggregations // are applied in the order specified. // // This field is similar to the one in the [`ListTimeSeries` @@ -192,7 +192,7 @@ message AlertPolicy { // well as how to combine the retrieved time series together (such as // when aggregating multiple streams on each resource to a single // stream for each resource or when aggregating streams across all - // members of a group of resrouces). Multiple aggregations + // members of a group of resources). Multiple aggregations // are applied in the order specified. // // This field is similar to the one in the [`ListTimeSeries`