From 43ed34a949e359277fda73cede97b52d1ccbc7c0 Mon Sep 17 00:00:00 2001 From: Elena Sharma Date: Tue, 14 Oct 2014 13:04:43 -0700 Subject: [PATCH] Correct README pluralization of API to APIs from API's. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206376f4b1..96ea198d71 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ RSpec.describe "home page", :type => :request do end ``` -The above example uses only standard Rails and RSpec API's, but many +The above example uses only standard Rails and RSpec APIs, but many RSpec/Rails users like to use extension libraries like [FactoryGirl](https://github.com/thoughtbot/factory_girl) and [Capybara](https://github.com/jnicklas/capybara):