Skip to content

Commit 9f0b6f7

Browse files
authored
chore: fix grammar and Markdown line spacing (apache#227)
1 parent 02ee8e6 commit 9f0b6f7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@
1818
-->
1919

2020
# Changelog
21+
2122
## Next
23+
2224
* NodeJS version: 10.24.0
2325

2426
## 2.2.0
27+
2528
* NodeJS version: 10.21.0
2629
* Handle URL params gently (#219)
2730
* Add missing npm install. (#218)

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Contributing to Apache OpenWhisk
2121

22-
Anyone can contribute to the OpenWhisk project and we welcome your contributions.
22+
Anyone can contribute to the OpenWhisk project, and we welcome your contributions.
2323

2424
There are multiple ways to contribute: report bugs, improve the docs, and
2525
contribute code, but you must follow these prerequisites and guidelines:
@@ -48,7 +48,7 @@ Please raise any bug reports on the respective project repository's GitHub issue
4848
list to see if your issue has already been raised.
4949

5050
A good bug report is one that make it easy for us to understand what you were trying to do and what went wrong.
51-
Provide as much context as possible so we can try to recreate the issue.
51+
Provide as much context as possible, so we can try to recreate the issue.
5252

5353
### Discussion
5454

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The package includes the following feeds.
3333
| `/whisk.system/alarms/once` | feed | date, trigger_payload, deleteAfterFire | Fire Trigger event once on a specific date. |
3434
| `/whisk.system/alarms/alarm` | feed | cron, trigger_payload, startDate, stopDate | Fire Trigger event on a time-based schedule using cron. |
3535

36-
3736
## Firing a trigger event periodically on an interval based schedule
3837

3938
The `/whisk.system/alarms/interval` feed configures the Alarm service to fire a Trigger event on an interval based schedule. The parameters are as follows:

0 commit comments

Comments
 (0)