From 2a10134087572efa56d1b7b47905bee4506e80c0 Mon Sep 17 00:00:00 2001 From: Catherine Heywood Date: Mon, 11 Jul 2016 15:40:36 +0100 Subject: [PATCH] add 'to' --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 57af01b51..c1f610555 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,7 +28,7 @@ To send notifications you can: * use the [GOV.UK Notify](https://www.notifications.service.gov.uk/) web application * [integrate your web applications or back office systems](#integrate_Notify) with the GOV.UK Notify API -The GOV.UK Notify allows you to [send notifications (POST)](#sendnotifications) and [get the status of notifications (GET)](#getnotifications) you have sent. +The GOV.UK Notify API allows you to [send notifications (POST)](#sendnotifications) and [get the status of notifications (GET)](#getnotifications) you have sent. To find out more about GOV.UK Notify, see the [Government as a Platform](https://governmentasaplatform.blog.gov.uk/) blog. @@ -130,7 +130,7 @@ The 3 types of API key that you can create within GOV.UK Notify are: Type of key | Sends real messages? | Appears in activity and statistics? | Daily service limit --- | --- | --- | --- Normal key | Yes | Yes | 50 (trial) Unlimited (live) -Team key | Yes (only team members) | Yes | 50 (trial) Unlimited (live) +Team key | Yes (only to team members) | Yes | 50 (trial) Unlimited (live) Test key | No | No | Unlimited

Normal keys