Skip to content

Commit 68c6b93

Browse files
authored
Fix extremely minor typo in FAQ (#130)
1 parent 0b5f6d7 commit 68c6b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## How does this work?
88

9-
Tye build SDK from .NET 8 onwards includes support for "interceptors", which are a mechanism for emitting code during build that redirects method calls. In
9+
The build SDK from .NET 8 onwards includes support for "interceptors", which are a mechanism for emitting code during build that redirects method calls. In
1010
the case of Dapper, this means we can replace the `QuerySingleOrDefault<Customer>(...)` call (above) and replace it with a generated method that
1111
has a compatible signature and behaves as we expect, but: using code generated entirely at build time. Making existing code compatible with AOT is
1212
one of the main goals of "interceptors", so: we're not doing anything unexpected here.

0 commit comments

Comments
 (0)