From b12a1327b34e700885fa44e2e875c6ba3e053a33 Mon Sep 17 00:00:00 2001 From: miles-grant-ibigroup Date: Fri, 17 Nov 2023 11:26:21 -0500 Subject: [PATCH] appease codespell --- lib/components/narrative/narrative-itineraries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/narrative/narrative-itineraries.js b/lib/components/narrative/narrative-itineraries.js index 80eec5c36..4fa12dbad 100644 --- a/lib/components/narrative/narrative-itineraries.js +++ b/lib/components/narrative/narrative-itineraries.js @@ -356,7 +356,7 @@ class NarrativeItineraries extends Component { /** * Show first result by default is a lot more complicated now that we have - * fixed indeces. We must update the visible itinerary here instead of in the redux state. + * fixed indices. We must update the visible itinerary here instead of in the redux state. * Also, we need to update whenever new items arrive, to make sure that the highlighted * itinerary is indeed the first one. *