Skip to content

Commit 727bc37

Browse files
authored
docs: reword phrasing about header forwarding from actions/loaders (remix-run#12977)
1 parent 7de3759 commit 727bc37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
- coryhouse
7272
- ctnelson1997
7373
- cvbuelow
74+
- dadamssg
7475
- damianstasik
7576
- danielberndt
7677
- daniilguit

docs/how-to/headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function loader({ params }: LoaderArgs) {
4747

4848
### 2. Return from `headers` export
4949

50-
Headers from loaders and actions are not sent in a hidden way, you must return them from the `headers` export.
50+
Headers from loaders and actions are not sent automatically. You must explicitly return them from the `headers` export.
5151

5252
```tsx
5353
export function headers({

0 commit comments

Comments
 (0)