eg. should be e.g.

This commit is contained in:
YuPengZTE
2016-09-01 17:34:38 +08:00
parent f839c5ffdf
commit bb8980a8ad

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