Skip to content

Commit 17c5f03

Browse files
Remove extra 'the' from sentence
1 parent f70a959 commit 17c5f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var yamlFactory = new YamlDatabaseHandlerFactory()
3030
.WithPlugin<DatabaseCleanup>();
3131
```
3232

33-
Additional features can be added with custom plugins. A sample for `table groups`, where the some parts of the schema are defined once, but is applied for several tables can be found in [here](https://github.com/github/KustoSchemaToolsAction/blob/main/KustoSchemaCLI/Plugins/TableGroupPlugin.cs).
33+
Additional features can be added with custom plugins. A sample for `table groups`, where some parts of the schema are defined once, but is applied for several tables can be found in [here](https://github.com/github/KustoSchemaToolsAction/blob/main/KustoSchemaCLI/Plugins/TableGroupPlugin.cs).
3434

3535
The `KustoSchemaHandler` is the central place for synching schemas between yaml and a database. It offers functions for generating changes formatted in markdown, writing a database to yaml files and applying changes from yaml files to a database.
3636

0 commit comments

Comments
 (0)