From 616ceaad32b842d85ca77113953916b6fa0b63c5 Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Fri, 24 May 2019 21:20:25 +0000 Subject: [PATCH] fixed minor typo --- stats-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats-api.md b/stats-api.md index 8e3a6f8..9182545 100644 --- a/stats-api.md +++ b/stats-api.md @@ -597,7 +597,7 @@ This is used for tracking nested tournaments, specifically the Playoffs due to t In order to get additional information the expand modifer can be used such as this example -`&expand=round.series,schedule.game.seriesSummary&season=20182019` This will add in details like the game summary and the season +`?expand=round.series,schedule.game.seriesSummary&season=20182019` This will add in details like the game summary and the season ---