From 05ceafc6e87ac97303c01aac75b7ca63797bc78b Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 1 May 2022 16:27:47 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Javascript"=E2=86=92"JavaScript"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/AzureAD/omniauth-azure-activedirectory/blob/master/examples/rails-todo-list-app/README.md #PingMSFTDocs --- examples/rails-todo-list-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rails-todo-list-app/README.md b/examples/rails-todo-list-app/README.md index a61f3d6..d987ebc 100644 --- a/examples/rails-todo-list-app/README.md +++ b/examples/rails-todo-list-app/README.md @@ -44,7 +44,7 @@ bundle rake db:schema:load ``` -Note: Depending on your host environment, you may need to install a Javascript runtime. We suggest Node.js. Installation will differ by platform. +Note: Depending on your host environment, you may need to install a JavaScript runtime. We suggest Node.js. Installation will differ by platform. ### Step 5 - Configure the app