Skip to content

Commit 8bdcbba

Browse files
authored
Fix typo in README.md for Component Designer section
1 parent 0fe2ec2 commit 8bdcbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

3333
### How does it work?
3434

35-
The Component Designer uses a [source generator](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/) to find any calls to `Discord.ComponentDesigner.cx`, using a [custom parser](./src/Discord.Net.ComponentDesigner.Parser/) parse the syntax, validates the structure against Discord's component contraints, and if everything looks good then an [interceptor](https://github.com/dotnet/roslyn/blob/main/docs/features/interceptors.md) is emitted, replacing the `cx` call with the Discord.Net component builder strucutre.
35+
The Component Designer uses a [source generator](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/) to find any calls to `Discord.ComponentDesigner.cx`, using a [custom parser](./src/Discord.Net.ComponentDesigner.Parser/) to parse the syntax, validates the structure against Discord's component contraints, and if everything looks good then an [interceptor](https://github.com/dotnet/roslyn/blob/main/docs/features/interceptors.md) is emitted, replacing the `cx` call with the Discord.Net component builder strucutre.
3636

3737
### Getting started
3838

0 commit comments

Comments
 (0)