Skip to content

Commit dc9989a

Browse files
authored
Update faq.astro
Fixed a typo
1 parent 1aa666c commit dc9989a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/faq.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ import Header from '../components/Header.astro';
184184
no wrappers for the method declarations?
185185
</h3>
186186
<p>
187-
We dediced not to do either of them by design. We don't provide
187+
We decided not to do either of them by design. We don't provide
188188
wrappers for the typed method declarations intended to use within
189189
scripts, because the C# compiler does not remove any unused
190190
methods or properties whose visibility are restricted to its

0 commit comments

Comments
 (0)