Skip to content

Commit 70a3920

Browse files
committed
fix: correct typo in import path for Exposed type in cities index file
1 parent 8b71390 commit 70a3920

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)