diff options
author | 9sako6 <31821663+9sako6@users.noreply.github.com> | 2021-05-15 11:41:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 11:41:14 +0900 |
commit | 880322adfe668a56ce932782b9b0878c4a833199 (patch) | |
tree | 1a39410217baf020c1d35514eb7a2a9bf13c20d4 /files/ja | |
parent | 89a011613986b0bc001b44aae68ab184fd1b02f8 (diff) | |
download | translated-content-880322adfe668a56ce932782b9b0878c4a833199.tar.gz translated-content-880322adfe668a56ce932782b9b0878c4a833199.tar.bz2 translated-content-880322adfe668a56ce932782b9b0878c4a833199.zip |
Fix typo in a Japanese page (#778)
There is a mistyped Hiragana (Japanese syllabary) :)
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/web_components/using_custom_elements/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/web_components/using_custom_elements/index.html b/files/ja/web/web_components/using_custom_elements/index.html index c19f2f73c9..91e62cb41c 100644 --- a/files/ja/web/web_components/using_custom_elements/index.html +++ b/files/ja/web/web_components/using_custom_elements/index.html @@ -302,4 +302,4 @@ adoptedCallback() { <h2 id="Libraries" name="Libraries">ライブラリ</h2> -<p>カスタム要素を作る際に抽象度を高めることを目的とした、Web Componentsで実装されたライブラリがあります。その内のいくつかを挙げます。<a href="https://github.com/devpunks/snuggsi" rel="nofollow">snuggsi ツ</a>、<a href="https://x-tag.github.io/" rel="nofollow">X-Tag</a>、<a href="http://slimjs.com/" rel="nofollow">Slim.js</a>、<a href="https://lit-element.polymer-project.org/">LitElement</a>、<a href="https://www.htmlelements.com/">Smart</a>、<a href="https://stenciljs.com">Stencil</a>。</p> +<p>カスタム要素を作る際に抽象度を高めることを目的とした、Web Componentsで実装されたライブラリがあります。その内のいくつかを挙げます。<a href="https://github.com/devpunks/snuggsi" rel="nofollow">snuggsi</a>、<a href="https://x-tag.github.io/" rel="nofollow">X-Tag</a>、<a href="http://slimjs.com/" rel="nofollow">Slim.js</a>、<a href="https://lit-element.polymer-project.org/">LitElement</a>、<a href="https://www.htmlelements.com/">Smart</a>、<a href="https://stenciljs.com">Stencil</a>。</p> |