Skip to content

Commit 2bf7f58

Browse files
authored
Merge pull request #96 from mkwtys/fix-url
fix url
2 parents ab80b94 + c4fdc21 commit 2bf7f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/project/dynamic-import-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ import(/* webpackChunkName: "momentjs" */ "moment")
6767

6868
完全な例は[ここ][dynamicimportcode]で見ることができます。
6969

70-
[dynamicimportcode]:https//cdn.rawgit.com/basarat/typescript-book/705e4496/code/dynamic-import-expressions/dynamicImportExpression.js
70+
[dynamicimportcode]:https://cdn.rawgit.com/basarat/typescript-book/705e4496/code/dynamic-import-expressions/dynamicImportExpression.js

docs/styleguide/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const foo: string = "hello";
231231

232232
* エスケープしない限り、シングルクォート(`'`)を使用することをお勧めします。
233233

234-
> 理由:他のJavaScriptチームがこれを行っています([airbnb](https://github.com/airbnb/javascript)[標準](https://github.com/feross/standard)[npm](https//github.com/npm/npm)[NodeJS](https://github.com/nodejs/node)[google/angular](https://github.com/angular/angular/)[facebook/react](https://github.com/facebook/react))。入力が簡単です(ほとんどのキーボードでシフトが必要ありません)。[Prettierチームもシングルクォートを勧めています](https://github.com/prettier/prettier/issues/1105)
234+
> 理由:他のJavaScriptチームがこれを行っています([airbnb](https://github.com/airbnb/javascript)[標準](https://github.com/feross/standard)[npm](https://github.com/npm/npm)[NodeJS](https://github.com/nodejs/node)[google/angular](https://github.com/angular/angular/)[facebook/react](https://github.com/facebook/react))。入力が簡単です(ほとんどのキーボードでシフトが必要ありません)。[Prettierチームもシングルクォートを勧めています](https://github.com/prettier/prettier/issues/1105)
235235
236236
> ダブルクォートはメリットがないわけではありません: オブジェクトをJSONに簡単にコピーできます。ユーザーが他の言語を使用して、引用文字を変更せずに作業できるようにします。たとえばアポストロフィを使用できます。例えば、`He's not going.`。しかし、私は、JSコミュニティが公正に決定したものから逸脱することはありません。
237237

0 commit comments

Comments
 (0)