docs(common): fix typo in ngSwitch directive description (#30483)

PR Close #30483
This commit is contained in:
Stefan van Groningen 2019-05-15 14:53:48 +02:00 committed by Matias Niemelä
parent 671f64324b
commit 0b23adca80
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export class SwitchView {
* @publicApi
* @see `NgSwitchCase`
* @see `NgSwitchDefault`
* @see [Stuctural Directives](guide/structural-directives)
* @see [Structural Directives](guide/structural-directives)
*
*/
@Directive({selector: '[ngSwitch]'})