Skip to content

Commit dde81ec

Browse files
committed
fix typo in documentation
1 parent 3a22708 commit dde81ec

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 6.2.2
2+
- Fixed typo in documentation
3+
14
## 6.2.1
25
- Consolidated utils from src/util.dart into src/common/utils/utils.dart
36
- Added a new top level entry point `hooks.dart` to improve dartdocs and IDE usability when writing hooks

lib/hooks.dart

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
/// files under lib/src/server. This is only necessary because conditional
33
/// import/export isn't well supported in the Dart ecosystem.
44
///
5+
/// `import 'package:github/hooks.dart';`
6+
///
57
/// Add this import if you are in a non-web environment and writing something
68
/// that uses github hooks. For more information, see github hooks documentation
79
/// https://developer.github.com/v3/repos/hooks/
8-
/// `import 'pacakge:github/hooks.dart';`
10+
911
library hooks;
1012

1113
export 'src/server/xplat_server.dart';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: github
2-
version: 6.2.1
2+
version: 6.2.2
33
description: A high-level GitHub API Client Library that uses Github's v3 API
44
homepage: https://github.com/SpinlockLabs/github.dart
55

0 commit comments

Comments
 (0)