Skip to content

Commit 172e110

Browse files
authored
fix: fix comma
1 parent 0c58972 commit 172e110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aio-ja/content/tutorial/first-app/first-app-lesson-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ IDE の **Explorer** ペインで:
6262
このアプリケーションでは、スタイルは別のファイルに、コンポーネントのコードと HTML テンプレートはこのファイルに入っています。
6363
1. `app.component.css` はこのコンポーネントのスタイルシートです。
6464
1. このディレクトリに新しいコンポーネントが追加されます。
65-
1. ファイルエクスプローラーで、,アプリケーションで使用する画像を含む画像ディレクトリ (`/assets`) を見つけます。
65+
1. ファイルエクスプローラーで、アプリケーションで使用する画像を含む画像ディレクトリ (`/assets`) を見つけます。
6666
1. ファイルエクスプローラーで、Angular アプリケーションのビルドや実行のために必要なサポートファイルを見つけますが、これらは通常操作するファイルではありません。
6767
1. `.angular` は Angular アプリケーションをビルドするために必要なファイルがあります。
6868
1. `.e2e` はアプリケーションのテストに使用されるファイルがあります。
@@ -87,7 +87,7 @@ IDE で:
8787
そして、`index.html` に加えた変更を保存します。
8888

8989
1. 次に `first-app/src/app/app.component.ts` を開きます。
90-
1. `app.component.ts``@Component` 定義で, `template` 行を次のコードに置き換えて app コンポーネントのテキストを更新します。
90+
1. `app.component.ts``@Component` 定義で`template` 行を次のコードに置き換えて app コンポーネントのテキストを更新します。
9191

9292
<code-example header="Replace in src/app/app.component.ts" path="first-app-lesson-01/src/app/app.component.ts" region="app-comp-template"></code-example>
9393

0 commit comments

Comments
 (0)