diff --git a/docs/custom_transforms.md b/docs/custom_transforms.md index b0c7855..ad5d6f5 100644 --- a/docs/custom_transforms.md +++ b/docs/custom_transforms.md @@ -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) {