Skip to content

Commit a42198d

Browse files
authored
Merge pull request #43 from irvile/patch-1
📘 fix: type error
2 parents a851649 + 70821d8 commit a42198d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/patterns/method-chaining.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ head:
77

88
- - meta
99
- name: 'description'
10-
content: Elysia heavily encourages the use of method chaining. Because Elysia's type system is complex, method usually introduce a new type to the instance. Using method chaining will help save that new type refernce.
10+
content: Elysia heavily encourages the use of method chaining. Because Elysia's type system is complex, method usually introduce a new type to the instance. Using method chaining will help save that new type reference.
1111

1212
- - meta
1313
- name: 'og:description'
14-
content: Elysia heavily encourages the use of method chaining. Because Elysia's type system is complex, method usually introduce a new type to the instance. Using method chaining will help save that new type refernce.
14+
content: Elysia heavily encourages the use of method chaining. Because Elysia's type system is complex, method usually introduce a new type to the instance. Using method chaining will help save that new type reference.
1515
---
1616

1717
# Method Chaining
1818
Elysia heavily **encourages the use of method chaining**.
1919

2020
Because Elysia's type system is complex, method usually introduce a new type to the instance.
2121

22-
Using method chaining will help save that new type refernce.
22+
Using method chaining will help save that new type reference.
2323

2424
For example:
2525
```typescript

0 commit comments

Comments
 (0)