-
@@ -349,7 +345,6 @@ export class AppComponent {
-
```
@@ -508,4 +502,4 @@ $custom-theme: navdrawer-theme(
## API とスタイル リファレンス
- [IgxNavigationDrawerComponent API]({environment:angularApiUrl}/classes/igxnavigationdrawercomponent.html)
-- [IgxNavigationDrawerComponent スタイル]({environment:sassApiUrl}/themes#function-navdrawer-theme)
\ No newline at end of file
+- [IgxNavigationDrawerComponent スタイル]({environment:sassApiUrl}/themes#function-navdrawer-theme)
diff --git a/kr/components/navdrawer.md b/kr/components/navdrawer.md
index 18f21792f4..7bdf373a1d 100644
--- a/kr/components/navdrawer.md
+++ b/kr/components/navdrawer.md
@@ -51,7 +51,6 @@ While any content can be provided in the template, the [`igxDrawerItem`]({enviro
-
@@ -237,13 +235,11 @@ One way to tie in the active state is to directly use the [`routerLinkActive`](h
```html
-
+
+ {{item.name}}
+
```
@@ -251,13 +247,11 @@ This approach, of course, does not affect the actual directive active state and
```html
-
+
+ {{item.name}}
+
```