mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
fix typo (#1412)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner
|
|||||||
{
|
{
|
||||||
errors.Add(new ValidationError()
|
errors.Add(new ValidationError()
|
||||||
{
|
{
|
||||||
Message = string.Format("Forgien key '{0}' does not have any column mapping specified.", foreignKey.Name),
|
Message = string.Format("Foreign key '{0}' does not have any column mapping specified.", foreignKey.Name),
|
||||||
PropertyPath = new object[] { TablePropertyNames.ForeignKeys, i }
|
PropertyPath = new object[] { TablePropertyNames.ForeignKeys, i }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user