From b88c37a29cb0a53ce953c8be3f930275c3de8596 Mon Sep 17 00:00:00 2001 From: Peter Teichman Date: Tue, 28 Apr 2020 10:08:35 -0700 Subject: [PATCH] Fix typos in GetRealtimeStats documentation --- fastly/realtime_stats.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastly/realtime_stats.go b/fastly/realtime_stats.go index 8ea2559c5..8c061ea10 100644 --- a/fastly/realtime_stats.go +++ b/fastly/realtime_stats.go @@ -26,8 +26,8 @@ type GetRealtimeStatsInput struct { } // GetRealtimeStats returns realtime stats for a service based on the GetRealtimeStatsInput -// parameter. The realtime stats work in a rolling fasion where first request will return -// a timestamp which should be passed to consequentive call and so on. +// parameter. The realtime stats work in a rolling fashion where first request will return +// a timestamp which should be passed to the next call and so on. // More details at https://docs.fastly.com/api/analytics func (c *RTSClient) GetRealtimeStats(i *GetRealtimeStatsInput) (*RealtimeStatsResponse, error) { if i.Service == "" {