Skip to content

Commit

Permalink
fix(docs): Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Nov 28, 2023
1 parent b8b3fa0 commit 7418155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ discovery.eventStream!.listen((event) { // `eventStream` is not null as the disc
}
});
// Start discovery **after** having listened to discovery events :
// Start the discovery **after** listening to discovery events :
await discovery.start();
// Then if you want to stop the discovery :
Expand Down
2 changes: 1 addition & 1 deletion packages/bonsoir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ discovery.eventStream!.listen((event) { // `eventStream` is not null as the disc
}
});
// Start discovery **after** having listened to discovery events :
// Start the discovery **after** listening to discovery events :
await discovery.start();
// Then if you want to stop the discovery :
Expand Down

0 comments on commit 7418155

Please sign in to comment.