Merge pull request #31864 from YuPengZTE/devEG

eg. should be e.g.
This commit is contained in:
Tim Hockin
2016-09-01 23:17:21 -07:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ There are also similar solutions available, already:
## Use Cases
1. Be able to schedule a job execution at a given point in time.
1. Be able to create a periodic job, eg. database backup, sending emails.
1. Be able to create a periodic job, e.g. database backup, sending emails.
## Motivation