From 0b23adca8037c927332ba5ea5d3f1180f2f6a90f Mon Sep 17 00:00:00 2001 From: Stefan van Groningen Date: Wed, 15 May 2019 14:53:48 +0200 Subject: [PATCH] docs(common): fix typo in ngSwitch directive description (#30483) PR Close #30483 --- packages/common/src/directives/ng_switch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/directives/ng_switch.ts b/packages/common/src/directives/ng_switch.ts index 83d20067d9..11c0fc8aef 100644 --- a/packages/common/src/directives/ng_switch.ts +++ b/packages/common/src/directives/ng_switch.ts @@ -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]'})