Skip to content

Commit

Permalink
fix words tenses (#33013)
Browse files Browse the repository at this point in the history
preload should be action that is passive to the content early loaded by the server

see oxford dict *to load something in advance*

ps. this content does contains a word in passive tense
  • Loading branch information
PassionPenguin committed Apr 9, 2024
1 parent 16d1903 commit 2b4c1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/http/status/103/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Link: </style.css>; rel=preload; as=style
```

The early response restricts preloading to the same origin as the request.
The stylesheet will preload if the origin matches.
The stylesheet will be preloaded if the origin matches.

The final response might set the CSP to `none`, as shown below.
The stylesheet has already preloaded, but will not be used when rendering the page.
The stylesheet has already been preloaded, but will not be used when rendering the page.

```http
200 OK
Expand Down

0 comments on commit 2b4c1cb

Please sign in to comment.