Skip to content

Commit 5e90267

Browse files
authored
Fix typos in some project details (#279)
fix typos
1 parent 4bf708c commit 5e90267

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

projects/declaration-files/global-travels/01-passport-declarations/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Ah, thank you for volunteering.
44
Since you're on an international flight, we will need to validate your passport before you can leave the designated travel area.
5-
But: our systems are quite legacy and we've lost the type annotations for our passport checking system.
5+
But our systems are quite legacy and we've lost the type annotations for our passport checking system.
66

7-
Could you please add in the missing global declarations so our `checkPassport` function can pass type-checking please?
7+
Could you please add in the missing global declarations so our `checkPassport` function can pass type-checking?
88
It runs fine as-is -no need to change its runtime behavior- but we would all feel better with no TypeScript compiler complaints.
99

1010
## Files

projects/declaration-files/global-travels/02-unexpected-methods/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Well folks, it seems like we've made an unexpected stop... somewhere.
44
We're not sure where.
5-
Will the TypeScript enthusiast we spoke to earlier please to the front of the plane again?
5+
Will the TypeScript enthusiast we spoke to earlier please come to the front of the plane again?
66

77
Thanks for volunteering a second time.
88
We've found this odd script, `./index.ts`, that seems to make use of Array and String methods not present in our JavaScript environment.

projects/declaration-files/global-travels/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Hello, and welcome!
99
ברוך הבא!
1010

1111
We are so glad you're elected to travel with Type Air.
12-
We hope your trip through the type-safe skies is peasant.
12+
We hope your trip through the type-safe skies is pleasant.
1313
By the way, if there a software developer flying with us, please report to the front of the plane.
1414
We have some files we'd like your assistance with.
1515

projects/generics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_Learning TypeScript_'s **Generics** chapter covers making classes, functions, interfaces, and type aliases "generic" by allowing them to work with type parameters:
44

5-
- Using type parameters to represent types different between uses of a construct
5+
- Using type parameters to represent different types between uses of a construct
66
- Providing explicit or implicit type arguments when calling generic functions
77
- Using generic interfaces to represent generic object types
88
- Adding type parameters to classes, and how that impacts their types

0 commit comments

Comments
 (0)