mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
fix typo (#1412)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner
|
||||
{
|
||||
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 }
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user