Skip to content

Commit

Permalink
fix: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieranties committed Nov 18, 2020
1 parent cf02522 commit 2e4ff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VatLayerExternalSearchProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ private static void PopulateMetadata(IEntityMetadata metadata, IExternalSearchQu

public string Icon { get; } = "Resources.vatlayer.png";
public string Domain { get; } = "https://vatlayer.com/";
public string About { get; } = "VatLayer is enricher for validating and cleaning VAT numbers";
public string About { get; } = "VatLayer is an enricher for validating and cleaning VAT numbers";
public AuthMethods AuthMethods { get; } = null;
public IEnumerable<Control> Properties { get; } = null;
public Guide Guide { get; } = null;
Expand Down

0 comments on commit 2e4ff14

Please sign in to comment.