docs(core): add missing quote in dependency injection provider guide (#34854)

Add closing double quote in HTML `class` attribute in dependency
injection provider guide.

Fixes #34851

PR Close #34854
This commit is contained in:
ajitsinghkaler 2020-01-19 11:36:57 +05:30 committed by Matias Niemelä
parent e0ad9ecda0
commit 2694a3b734
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ When you provide multiple sets of routes using [RouterModule.forRoot](api/router
and [RouterModule.forChild](api/router/RouterModule#forchild) in a single module,
the [ROUTES](api/router/ROUTES) token combines all the different provided sets of routes into a single value.
<div class="alert is-helpful>
<div class="alert is-helpful">
Search for [Constants in API documentation](api?type=const) to find more built-in tokens.