Merge pull request #102 from ilanpillemer/patch-1

Fix spelling mistake in contribution point.
This commit is contained in:
Sandeep Somavarapu
2018-10-08 11:03:58 +05:30
committed by GitHub

View File

@ -52,7 +52,7 @@ Following, in the views object, you can then add a field with the same string as
```json
"contributes": {
"viewContainers": {
"viewsContainers": {
"activitybar": [
{
"id": "tree-view",
@ -71,4 +71,4 @@ Following, in the views object, you can then add a field with the same string as
]
}
}
```
```