Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb committed Sep 26, 2024
1 parent eb7136b commit f4a0c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dart/test/app_services_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void main() {
test('Change BaseUrl', () async {
// :snippet-start: change-base-url
// Specify a custom baseUrl to connect to.
// In this case, an custom server instance running on the device.
// In this case, a custom server instance running on the device.
final appConfig = AppConfiguration(customServerAppId,
baseUrl: Uri.parse('http://localhost:80'));

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Specify a custom baseUrl to connect to.
// In this case, an custom server instance running on the device.
// In this case, a custom server instance running on the device.
final appConfig = AppConfiguration(customServerAppId,
baseUrl: Uri.parse('http://localhost:80'));

Expand Down

0 comments on commit f4a0c47

Please sign in to comment.