summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2016-09-01 23:17:21 -0700
committerGitHub <noreply@github.com>2016-09-01 23:17:21 -0700
commit551e9f924cdf4e985a030438f4f2eff49ff4f032 (patch)
treea5960c7a5618c9927bde8954627061992cc06417
parentb75aa05f724c854d6e6c1bd7d4ba779b8fc4c9d3 (diff)
parentebdf425c65e0cfd3e18013f257c08bda63ccea2c (diff)
Merge pull request #31864 from YuPengZTE/devEG
eg. should be e.g.
-rw-r--r--scheduledjob.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduledjob.md b/scheduledjob.md
index 1c5b0582..d38a8804 100644
--- a/scheduledjob.md
+++ b/scheduledjob.md
@@ -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