Skip to content

Commit

Permalink
fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Apr 21, 2020
1 parent 3a22708 commit dde81ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.2.2
- Fixed typo in documentation

## 6.2.1
- Consolidated utils from src/util.dart into src/common/utils/utils.dart
- Added a new top level entry point `hooks.dart` to improve dartdocs and IDE usability when writing hooks
Expand Down
4 changes: 3 additions & 1 deletion lib/hooks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
/// files under lib/src/server. This is only necessary because conditional
/// import/export isn't well supported in the Dart ecosystem.
///
/// `import 'package:github/hooks.dart';`
///
/// Add this import if you are in a non-web environment and writing something
/// that uses github hooks. For more information, see github hooks documentation
/// https://developer.github.com/v3/repos/hooks/
/// `import 'pacakge:github/hooks.dart';`
library hooks;

export 'src/server/xplat_server.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: github
version: 6.2.1
version: 6.2.2
description: A high-level GitHub API Client Library that uses Github's v3 API
homepage: https://github.com/SpinlockLabs/github.dart

Expand Down

0 comments on commit dde81ec

Please sign in to comment.