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

Unified Diff: pkg/telemetry/README.md

Issue 2972203003: Fix spelling errors in telemetry README. (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/telemetry/README.md
diff --git a/pkg/telemetry/README.md b/pkg/telemetry/README.md
index e01b1b6fba050fa88fb613cc1ac352bd5d70f558..26804b0461069a71bb6af90e5f1114e19f2eb3af 100644
--- a/pkg/telemetry/README.md
+++ b/pkg/telemetry/README.md
@@ -9,7 +9,7 @@ information and crash reports. The tools share a common setting to configure
sending analytics data. To use this library for a specific tool:
```
-import 'package:telemtry/telemtry.dart';
+import 'package:telemetry/telemetry.dart';
import 'package:usage/usage.dart';
main() async {
@@ -34,7 +34,7 @@ To use the crash reporting functionality, import `crash_reporting.dart`, and
create a new `CrashReportSender` instance:
```dart
-import 'package:telemtry/crash_reporting.dart';
+import 'package:telemetry/crash_reporting.dart';
main() {
Analytics analytics = ...;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698