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

Unified Diff: pkg/http_server/README.md

Issue 51003002: Update headings to use sentence case. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
« no previous file with comments | « pkg/html_import/README.md ('k') | pkg/polymer_expressions/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_server/README.md
diff --git a/pkg/http_server/README.md b/pkg/http_server/README.md
index 8653f9f492ab30f4693d4e0453d4a919c8bf9e5e..9d823862720a50ea2f99b39526a45841fcacd386 100644
--- a/pkg/http_server/README.md
+++ b/pkg/http_server/README.md
@@ -3,7 +3,7 @@ Library of HTTP server classes.
This package contains a set of high-level classes that, together with
HttpServer, makes is easy to provide content through HTTP servers.
-## Virtual Directory
+## Virtual directory
The VirtualDirectory class makes it possible to easy serve static content from
the drive. It supports:
@@ -25,7 +25,7 @@ See [VirtualDirectory](
http://api.dartlang.org/docs/http_server/VirtualDirectory.html)
for more info about how to customize the class.
-## Virtual Host
+## Virtual host
The VirtualHost class makes it possible to serve multiple hosts on the same
address, by using the `Host` field of the incoming requests. It also provides
« no previous file with comments | « pkg/html_import/README.md ('k') | pkg/polymer_expressions/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698