Skip to content

Commit

Permalink
add missing word in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pevey committed Oct 21, 2023
1 parent ffe0039 commit 54914d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/developer-guide/rest-endpoint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REST-style endpoints can be defined as part of a [plugin](/guides/developer-guid
REST endpoints are implemented as NestJS Controllers. For comprehensive documentation, see the [NestJS controllers documentation](https://docs.nestjs.com/controllers).
:::

In this guide we will define a plugin adds a single REST endpoint at `http://localhost:3000/products` which returns a list of all products.
In this guide we will define a plugin that adds a single REST endpoint at `http://localhost:3000/products` which returns a list of all products.

## Create a controller

Expand Down

0 comments on commit 54914d6

Please sign in to comment.