File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This quickstart demonstrates using the **Firebase SDK for Cloud Functions** with
55
66## Introduction
77
8- The function ` date ` simply returns the current server date. You can pass it a ` format ` URL Query parameter to format the date.
8+ The function ` date ` returns the current server date. You can pass it a ` format ` URL Query parameter to format the date.
99
1010Further reading:
1111
@@ -63,7 +63,7 @@ This deploys and activate the date Function.
6363
6464## Try the sample
6565
66- You can first simply hit the Function URL directly. After deploying the function you can simply open the following URLs in your browser:
66+ After deploying the function you can open the following URLs in your browser:
6767
6868```
6969https://us-central1-<project-id>.cloudfunctions.net/date
You can’t perform that action at this time.
0 commit comments