We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d75699 commit 4a1e552Copy full SHA for 4a1e552
1 file changed
src/Simplify.Web/Controllers/Meta/Factory/IControllerMetadataFactory.cs
@@ -8,7 +8,7 @@ namespace Simplify.Web.Controllers.Meta.Factory;
8
public interface IControllerMetadataFactory
9
{
10
/// <summary>
11
- /// Determines whether this factory can create a metadata fro specified type
+ /// Determines whether this factory can create a metadata for specified type
12
/// </summary>
13
/// <param name="controllerType">Type of the controller.</param>
14
bool CanHandle(Type controllerType);
0 commit comments