Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Oct 24, 2022
1 parent 4d5b3c0 commit e72e124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/src/sentry_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ final sentryWidgetGlobalKey = GlobalKey(debugLabel: 'sentry_widget');
/// Ideally you are adding it around your app widget like in the following
/// example.
/// ```dart
/// runApp(SentryScreenshot(child: App()));
/// runApp(SentryWidget(child: App()));
/// ```
///
/// Remarks:
Expand Down

0 comments on commit e72e124

Please sign in to comment.