Skip to content

Commit e361d47

Browse files
authored
fix typo (#136)
* fix: update title in README to reflect React Performance title * fix: typo in context name FootContext -> FooterContext * fix: correct typo in import path for Exposed type in cities index file
1 parent 6027279 commit e361d47

File tree

1 file changed

+1
-1
lines changed
  • exercises/05.calculations/02.problem.worker/src/cities

1 file changed

+1
-1
lines changed

exercises/05.calculations/02.problem.worker/src/cities/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function searchCities(filter: string) {
1313

1414
// 🐨 you're going to want this:
1515
// import * as Comlink from 'comlink'
16-
// 🐨 import the Exposed type from './fitler-cities.worker'
16+
// 🐨 import the Exposed type from './filter-cities.worker'
1717

1818
// 🐨 create a new Worker object out of the ./filter-cities.worker.ts module
1919

0 commit comments

Comments
 (0)