Skip to content

Commit d5fc3d9

Browse files
šŸ“hen -> "when"
1 parent 8aa2248 commit d5fc3d9

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)