diff --git a/source/articles/T4.md b/source/articles/T4.md index ad4fa6b..e52eac5 100644 --- a/source/articles/T4.md +++ b/source/articles/T4.md @@ -29,7 +29,7 @@ Make sure that custom tool for your `tt` file set to `TextTemplatingFileGenerato Next you need to edit content of your `.tt` file. It contains following main sections: 1. Configuration of database structure load process (`GetSchemaOptions` object properties, read more about it below) -1. Database structure load call - this is a call to `LoadMatadata()` function - it connects to your database and fetches all needed metadata (table structure, views, procedures and so on). Here you need to specify connection options for your database +1. Database structure load call - this is a call to `LoadMetadata()` function - it connects to your database and fetches all needed metadata (table structure, views, procedures and so on). Here you need to specify connection options for your database 1. Customization of model generation process (read below) 1. Call to `GenerateModel()` method to generate C# file with data model classes