Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Feb 12, 2024
1 parent 128ae4d commit 9bfc808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import APIList from '@components/page/api/APIList';
/>
</head>

各 Ionic の [コンポーネント](/docs/components) は、1つ以上の [カスタム要素](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) から構成されます。各カスタム要素は順番に、プロパティ、メソッド、イベント、および CSS カスタムプロパティを公開できます。
各 Ionic の [コンポーネント](/docs/components) は、1 つ以上の [カスタム要素](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) から構成されます。各カスタム要素は順番に、プロパティ、メソッド、イベント、および CSS カスタムプロパティを公開できます。

<APIList sidebar={require('@site/sidebars.js').default} />
4 changes: 2 additions & 2 deletions docs/native-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import TabItem from '@theme/TabItem';
`}</style>
</head>

Capacitorを使い始めるのは、Ionic開発者にとってかなり簡単です。プロジェクトにプラグインを追加するのは、プロジェクトに必要な依存関係を追加するのと変わりません。
Capacitor を使い始めるのは、Ionic 開発者にとってかなり簡単です。プロジェクトにプラグインを追加するのは、プロジェクトに必要な依存関係を追加するのと変わりません。
<intro-end />

## インストール

プラグインをインストールするには、使いたいプラグインを見つけ、npmなどのパッケージマネージャーを使ってインストールする
プラグインをインストールするには、使いたいプラグインを見つけ、npm などのパッケージマネージャーを使ってインストールする

```shell
# Install the Capacitor Plugins
Expand Down
2 changes: 1 addition & 1 deletion docs/native.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Capacitorのコア機能は無料でオープンソースですが、企業に

<NativeEnterpriseCard />

> 古いCordovaプラグインをお探しですか?新しいホーム [Awesome Cordova Plugins.](https://danielsogl.gitbook.io/awesome-cordova-plugins/) をご覧ください。
> 古い Cordova プラグインをお探しですか?新しいホーム [Awesome Cordova Plugins.](https://danielsogl.gitbook.io/awesome-cordova-plugins/) をご覧ください。

0 comments on commit 9bfc808

Please sign in to comment.