Skip to content

Commit 4a1e552

Browse files
committed
[fix] typo
1 parent 6d75699 commit 4a1e552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Simplify.Web/Controllers/Meta/Factory/IControllerMetadataFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Simplify.Web.Controllers.Meta.Factory;
88
public interface IControllerMetadataFactory
99
{
1010
/// <summary>
11-
/// Determines whether this factory can create a metadata fro specified type
11+
/// Determines whether this factory can create a metadata for specified type
1212
/// </summary>
1313
/// <param name="controllerType">Type of the controller.</param>
1414
bool CanHandle(Type controllerType);

0 commit comments

Comments
 (0)