From a45821a6585ebe846efd554e0948df1398914e05 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Wed, 17 Jul 2019 12:03:37 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6e8ce235..169b5d6ab8 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ automatic sync and also seamlessly managed offline functionality for us. - [Firebase Cloud Functions](https://firebase.google.com/docs/functions/) allowed us to run backend code. The reservations feature heavily depended on Cloud -Functions working in conjuction with Firestore. +Functions working in conjunction with Firestore. - [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/concept-options) let us inform the app about changes to conference data on our server. - [Remote Config](https://firebase.google.com/docs/remote-config/) helped us