Fixing typo

This commit is contained in:
Jules 2020-09-29 19:28:18 +02:00 committed by GitHub
parent 1511049c02
commit ed70d36dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ Only the `url` and the `name` field are mandatory.
- `addPrefix`: string to add at the beginning of the field
- `addSuffix`: string to add at the end of the field
If multiple calendars a specified in the configuration list, their events will be merged in the resulting ics feed.
If multiple calendars are specified in the configuration list, their events will be merged in the resulting ics feed.
## Usage
Once the config file is created, the corresponding HTTP endpoint is accessible. For example, if the file `app/config/my-calendar.json` contains the configuration, the HTTP endpoint will be `http://localhost:8088/my-calendar`.