1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-24 11:34:54 +00:00

fixed minor typo

This commit is contained in:
Drew Hynes 2019-05-24 21:20:25 +00:00
parent 8ad5599548
commit 616ceaad32

View File

@ -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
---