Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deavmi committed Apr 10, 2024
1 parent 9676a85 commit bb89398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom_transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You will need to start off with a class that inherits from the `Transform` class
```d
import dlog;
public class CustomTranform : Transform
public class CustomTransform : Transform
{
public override Message transform(Message message)
{
Expand Down

0 comments on commit bb89398

Please sign in to comment.