Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Dec 13, 2023
1 parent bf6ec82 commit ee5c90f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Altinn.App.Core.Features.FileAnalysis;
using Altinn.App.Core.Models.Validation;
using Altinn.Platform.Storage.Interface.Models;

Expand Down Expand Up @@ -52,7 +53,7 @@ public interface IValidationService
Task<Dictionary<string, List<ValidationIssue>>> ValidateFormData(Instance instance, DataElement dataElement, DataType dataType, object data, List<string>? changedFields = null);

/// <summary>
/// Validate file uploads. This method executes validations for <see cref="IFileAnalyzer"/> and <see cref="IFileValidator"/>
/// Validate file uploads. This method executes validations for <see cref="IFileAnalyser"/> and <see cref="IFileValidator"/>
/// </summary>
/// <param name="instance">The instance the file will be uploaded to</param>
/// <param name="dataType">The data type of the file to be uploaded</param>
Expand Down

0 comments on commit ee5c90f

Please sign in to comment.