Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Build Status](https://travis-ci.org/igneus/church-calendar-api.svg?branch=master)](https://travis-ci.org/igneus/church-calendar-api)

Browse Roman Catholic liturgical calendar through a web interface
or obtain it's data in JSON format through an API.
Browse Roman Catholic liturgical calendars through a web interface
or obtain its data in JSON format through an API.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's is a contraction of the two words 'it is'. Thus the original could be reread as 'or obtain it is data in JSON format through an API'.

Its on the other hand suggests possession/ownership.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is something I've been writing the wrong way my whole life. Thanks.


Powered by
[calendarium-romanum][caro] and
Expand Down Expand Up @@ -53,7 +53,7 @@ This repository includes a `dockerfile` and a `docker-compose.yml`. You can run

In order to add a new calendar:

1. put it's data file(s) in the `data` directory
1. put its data file(s) in the `data` directory
2. create a new record in `config/calendars.yml`

## Client libraries
Expand Down