Skip to content

前文の統一 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 19, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ja/ESLint/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ESLint

> この文章はESLint [v1.3.0](https://github.com/eslint/eslint/releases/tag/v1.3.0 "v1.3.0")を元に書かれています
> この文章は[ESLint](http://eslint.org/ "ESLint") 1.3.0を元に書かれています

[ESLint](http://eslint.org/ "ESLint")はJavaScriptのコードをJavaScriptで書かれたルールによって検証するLintツールです。

Expand Down
2 changes: 1 addition & 1 deletion ja/connect/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connect

> この文章はConnect 3.4.0を元に書かれています。
> この文章は[Connect](https://github.com/senchalabs/connect "Connect")70 3.4.0を元に書かれています。

[Connect](https://github.com/senchalabs/connect "Connect")はNode.jsで動くHTTPサーバフレームワークです。
_middleware_という拡張する仕組みを持っていて、Connectが持つ機能自体はとても少ないです。
Expand Down
2 changes: 1 addition & 1 deletion ja/jQuery/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jQuery

> この文章はjQuery [2.1.4](https://github.com/jquery/jquery/releases/tag/2.1.4 "2.1.4")を元に書かれています
> この文章は[jQuery](http://jquery.com/ "jQuery") 2.1.4を元に書かれています

jQueryでは`$.fn`を拡張する事で、`$()`の返り値であるjQueryオブジェクトにメソッドを追加することが出来ます。

Expand Down