Skip to content

Commit

Permalink
Merge pull request #460 from ElisarEisenbach/patch-1
Browse files Browse the repository at this point in the history
fix typo in entrypoint.mdx
  • Loading branch information
hadashiA committed Jan 22, 2023
2 parents 9fff851 + 05a2152 commit 9f70e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/integrations/entrypoint.mdx
Expand Up @@ -6,7 +6,7 @@ VContainer allows plain C# to be the starting point for application processing.
Using it instead of MonoBehaviour, which has a lot of features, can help you build a simple control flow.

```csharp
clas FooController : IStartable
class FooController : IStartable
{
void IStartable.Start()
{
Expand Down

1 comment on commit 9f70e9f

@vercel
Copy link

@vercel vercel bot commented on 9f70e9f Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.