Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: README.md

Issue 1032623005: pkg/shelf: spelling fixes (Closed) Base URL: https://github.com/dart-lang/shelf.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: README.md
diff --git a/README.md b/README.md
index e9988524f4d308286ee94386d6c3b957f09453e5..b36370982173e71548528f1e46d587b9a5b0916c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ servers**. How?
* Map server logic into a simple function: a single argument for the request,
the response is the return value.
* Trivially mix and match synchronous and asynchronous processing.
-* Flexibliity to return a simple string or a byte stream with the same model.
+* Flexibility to return a simple string or a byte stream with the same model.
## Example

Powered by Google App Engine
This is Rietveld 408576698