From 336e39624656f6498a875c3bdefa0b5b81c4d583 Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Mon, 2 Mar 2020 15:16:56 +0000 Subject: [PATCH] Update packages/tc-schema-sdk/README.md --- packages/tc-schema-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tc-schema-sdk/README.md b/packages/tc-schema-sdk/README.md index 23031eb5b..e68a4b6d7 100644 --- a/packages/tc-schema-sdk/README.md +++ b/packages/tc-schema-sdk/README.md @@ -20,7 +20,7 @@ This is a little odd (and should be improved in future) - When using local, static data (`schemaDirectory` or `schemaData` options below), the `init()` method populates the sdk with data immediately and its methods can be used to access the data immediately - When using remote data (`schemaBaseUrl`), no data is populated, and `schema.ready()` must be awaited before using the sdk's synchronous methods. -Be aware of the idiosyncrasy above if oyu ever come across errors complaining that no data is available. +Be aware of the idiosyncrasy above if you ever come across errors complaining that no data is available. ### `init(options)`