Skip to content

Commit

Permalink
Merge pull request #1601 from fkmy/fix-typo
Browse files Browse the repository at this point in the history
Fix trivial typo
  • Loading branch information
yasulab committed May 12, 2024
2 parents 9910035 + e1144da commit 99d37ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ Rails.application.routes.draw do
end
```

この設定により、`articles`の内側に**ネストしたリソース**(nested resouce)として`comments`が作成されます。これは、モデルの記述とは別の視点から、記事とコメントの間のリレーションシップを階層的に捉えたものです。
この設定により、`articles`の内側に**ネストしたリソース**(nested resource)として`comments`が作成されます。これは、モデルの記述とは別の視点から、記事とコメントの間のリレーションシップを階層的に捉えたものです。

TIP: ルーティングについて詳しくは[Railsのルーティング](routing.html)ガイドを参照してください。

Expand Down

0 comments on commit 99d37ab

Please sign in to comment.