1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

Merge pull request #82 from zhongl/patch-1

Fixed code block typo
This commit is contained in:
Ruan YiFeng 2015-09-01 18:06:48 +08:00
commit 2f6415f0df

View File

@ -223,7 +223,7 @@ $ browserify script.js -t babelify --outfile bundle.js
]
}
}
``
```
## Traceur转码器