From 9b3a4d0cff0c4823deacd9840e09a3f1c63cbe12 Mon Sep 17 00:00:00 2001 From: Filip Hracek Date: Thu, 12 Jan 2017 16:10:17 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc3a5b..3cb68f9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Consider the following alternatives: - [built_value](https://github.com/google/built_value.dart) provides advanced features for building any Dart client for JSON-speaking APIs -- [googleapis](https://pub.dartlang.org/packages/googleapis) is a collection of pregenerated clients to various pubilc Google APIs. +- [googleapis](https://pub.dartlang.org/packages/googleapis) is a collection of pregenerated clients to various public Google APIs. ## What was Streamy?