Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 76aed6e

Browse files
committed
minor fix on npm-package.jade
uncomment mixin for js docs.
1 parent cbea511 commit 76aed6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/_includes/_version-dropdown.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ nav.dropdown
7171
<!-- DROPDOWN MENU -->
7272
div(class="dropdown-menu" ng-class="appCtrl.showMenu ? 'is-visible' : ''")
7373
mixin tree(public.docs.ts, "/docs/ts", "Angular 2 for TypeScript")
74-
//- mixin tree(public.docs.js, "/docs/js", "Angular 2 for JavaScript")
74+
mixin tree(public.docs.js, "/docs/js", "Angular 2 for JavaScript")
7575
//- mixin tree(public.docs.dart, "/docs/dart", "Angular 2 for Dart")

public/docs/ts/latest/guide/npm-packages.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ a(id="why-peer-dependencies")
362362
it also installs the packages listed within *their* packages `dependencies` sections.
363363
The process is recursive.
364364

365-
当*npm*安装列在*我们的*`dependencies*区指定的包时,
365+
当*npm*安装那些在*我们的*`dependencies*区指定的包时,
366366
它也会同时安装上在*那些包*的`dependencies`区所指定的那些包。
367367
这个安装过程是递归的。
368368

@@ -389,7 +389,7 @@ a(id="why-peer-dependencies")
389389

390390
It is our responsibility to list all *peer dependency* packages **among our own *devDependencies***.
391391

392-
我们的责任是,把所有*平级依赖*包都**列在我们自己的*devDependencies**中*。
392+
我们的责任是,把所有*平级依赖*包都**列在我们自己的*devDependencies*中**。
393393

394394
.l-sub-section
395395
:marked

0 commit comments

Comments
 (0)