Skip to content

Commit a98ff08

Browse files
authored
Merge pull request #867 from DuendeSoftware/ka/bff-remote-mispelling
🐓hen -> "when"
2 parents 8aa2248 + d5fc3d9 commit a98ff08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/bff/fundamentals/apis/remote.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The `MapRemoteBffApiEndpoint` extension method maps a path and all sub-paths bel
6969
</Tabs>
7070

7171
:::note
72-
This example opens up the complete */users* API namespace to the frontend, and thus, to the outside world. While it is convenient to register API paths this way, consider if you need to be more specific hen designing the forwarding paths to prevent accidentally exposing unintended endpoints.
72+
This example opens up the complete */users* API namespace to the frontend, and thus, to the outside world. While it is convenient to register API paths this way, consider if you need to be more specific when designing the forwarding paths to prevent accidentally exposing unintended endpoints.
7373
:::
7474

7575
The `WithAccessToken` method can be added to [specify token requirements](#access-token-requirements) for the remote API. The BFF will automatically forward the correct access token to the remote API, which will be scoped to the client application, the user, or either.

0 commit comments

Comments
 (0)