Skip to content

Commit 97d158b

Browse files
authored
Merge pull request #1 from 0x747/patch-1
Fix typo in FAQ
2 parents 1aa666c + dc9989a commit 97d158b

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)