Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhi-ra committed Sep 28, 2024
1 parent 5002e7b commit afbb172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/api_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ APIアプリケーションについて

従来、Railsの「API」というと、プログラムからアクセスできるAPIをWebアプリケーションに追加することを指すのが通例でした。たとえば、GitHubが提供する[API](https://developer.github.com) はカスタムクライアントから利用できます。

近年、さまざまなクライアント側フレームワークが登場したことによって、Railsで構築したバックエンドサーバ―を他のWebアプリケーションとネイティブアプリケーションの間で共有する手法が増えてきました
近年、さまざまなクライアント側フレームワークが登場したことによって、Railsで構築したバックエンドサーバーを他のWebアプリケーションとネイティブアプリケーションの間で共有する手法が増えてきました

たとえば、Twitterは自社のWebアプリケーションで [パブリックAPI](https://dev.twitter.com) を利用しています。このWebアプリケーションは、JSONリソースを消費するだけの静的サイトとして構築されています。

Expand Down

0 comments on commit afbb172

Please sign in to comment.