README.md in fitting-2.4.1 vs README.md in fitting-2.5.0

- old
+ new

@@ -1,9 +1,9 @@ # Fitting <a href="https://funbox.ru"> - <img src="https://funbox.ru/badges/sponsored_by_funbox.svg" alt="Sponsored by FunBox" width=250 /> + <img src="https://funbox.ru/badges/sponsored_by_funbox_compact.svg" alt="Sponsored by FunBox" width=250 /> </a> [![Gem Version](https://badge.fury.io/rb/fitting.svg)](https://badge.fury.io/rb/fitting) [![Build Status](https://travis-ci.org/funbox/fitting.svg?branch=master)](https://travis-ci.org/funbox/fitting) @@ -106,11 +106,11 @@ expect(response).to match_schema ``` ### strictly_match_schema -Makes a strict validation against JSON Schema. All properties are condisidered to have `"required": true` and all objects `"additionalProperties": false`. +Makes a strict validation against JSON Schema. All properties are considered to have `"required": true` and all objects `"additionalProperties": false`. ```ruby expect(response).to strictly_match_schema ``` @@ -212,10 +212,10 @@ ignore_list: - %r{/api/v1/users/[1-9].} - %r{/api/v1/comments} ``` -It's work only for match_schema (NOT FOR strictly_match_schema) +It works only for match_schema (NOT FOR strictly_match_schema) ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/funbox/fitting. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.