Skip to content

Commit f04e55d

Browse files
authored
Capitalize 'Pages' in workers tutorial (#1857)
1 parent 1081224 commit f04e55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • products/pages/src/content/tutorials/build-an-api-with-workers

products/pages/src/content/tutorials/build-an-api-with-workers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $ curl serverless-api.signalnerve.workers.dev/api/posts
241241
$ curl serverless-api.signalnerve.workers.dev/api/posts/1
242242
```
243243

244-
## Deploying a new React application to pages
244+
## Deploying a new React application to Pages
245245

246246
With our serverless API deployed, we can now build the frontend of our application with React. First, you will generate the application, and then you will define the functionality by adding routing, and rendering blog posts from the API. Once you are happy with the implementation locally, you will use Cloudflare Pages to deploy it in just a matter of minutes.
247247

0 commit comments

Comments
 (0)