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]'})