From e30be513a3173acd80c87bb244cfe3aadc07bbfb Mon Sep 17 00:00:00 2001 From: avner Date: Sun, 17 Oct 2021 15:35:40 +0300 Subject: [PATCH] fix typo --- TabNineProjectConfigurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TabNineProjectConfigurations.md b/TabNineProjectConfigurations.md index c710b5d..c18fe8c 100644 --- a/TabNineProjectConfigurations.md +++ b/TabNineProjectConfigurations.md @@ -21,7 +21,7 @@ The `.tabnine` file is formatted using `JSON` containing the following fields: ### Fields -| field | type | default value (if not set) | description | Notes | +| field | type | default value (if not set) | description | notes | |-----------------------|------------|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| | `teamLearningEnabled` | `boolean` | `true` | relevant for users which are part of a team and want to disable team training on this project. `true` - team learning is enabled for this project `false` team learning is disabled for this project | | | `teamLearningIgnore` | `[string]` | `[]` | an `Array` of `String` file path masks to ignore for team learning | **Note** : Entries are identical in format to those you would have as part of a `.gitignore` file. |