From 2adaa9424aa52c002329196168805419e484b069 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 19 Nov 2017 18:47:20 -0800 Subject: [PATCH] typo --- server/pages/Api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pages/Api.js b/server/pages/Api.js index d7fc00f76..e41b9b52a 100644 --- a/server/pages/Api.js +++ b/server/pages/Api.js @@ -61,7 +61,7 @@ export default function Pricing() {

Outline API

- First thing we build for Outline was its API. It’s the heart and sole + First thing we build for Outline was its API. It’s the heart and soul of the service and as developers, it’s our mission to make the API as rich and easy to use as possible.