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

Unified Diff: lib/src/handlers/logger.dart

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: lib/src/handlers/logger.dart
diff --git a/lib/src/handlers/logger.dart b/lib/src/handlers/logger.dart
index eaac75c70465d22ab7907171a12035adb00879e4..c42ee797406ed5b46a61d531fc7bf5a3f9175210 100644
--- a/lib/src/handlers/logger.dart
+++ b/lib/src/handlers/logger.dart
@@ -13,7 +13,7 @@ import '../util.dart';
/// Middleware which prints the time of the request, the elapsed time for the
/// inner handlers, the response's status code and the request URI.
///
-/// [logger] takes two paramaters.
+/// [logger] takes two parameters.
///
/// `msg` includes the request time, duration, request method, and requested
/// path.

Powered by Google App Engine
This is Rietveld 408576698