From 7905ec8f665cfefb39a6cb5882917986c5df0ee0 Mon Sep 17 00:00:00 2001 From: justinpolygon <123573436+justinpolygon@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:20:23 -0800 Subject: [PATCH] Fix typo --- .polygon/rest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.polygon/rest.json b/.polygon/rest.json index 2f5d0259..473e7810 100644 --- a/.polygon/rest.json +++ b/.polygon/rest.json @@ -2,7 +2,7 @@ "components": { "parameters": { "AggregateAdjusted": { - "description": "Whether or not the results are adjusted for splits. By default, results are adjusted.\nSet this to false to get results that are NOT adjusted for splits.\n", + "description": "Whether or not the results are adjusted for splits. By default, results are adjusted.\nSet this to false to get results that are NOT adjusted for splits.\n", "example": true, "in": "query", "name": "adjusted",