docs(aio): add missing description to dev.to link (#30960)

PR Close #30960
This commit is contained in:
Wassim Chegham 2019-06-10 21:00:55 +02:00 committed by Andrew Kushnir
parent 6bc9c78d76
commit 799d1fd333
1 changed files with 2 additions and 1 deletions

View File

@ -30,9 +30,10 @@
"url": "https://www.reddit.com/r/Angular2/" "url": "https://www.reddit.com/r/Angular2/"
}, },
"angular-devto" : { "angular-devto" : {
"desc": "Read and share content and chat about Angular on DEV Community.",
"url": "https://dev.to/t/angular", "url": "https://dev.to/t/angular",
"rev": true, "rev": true,
"title": "Read and share content and chat about Angular on DEV Community." "title": "DEV Community"
} }
} }
}, },