Skip to content

Commit

Permalink
Minor correction to resources.GetRemote
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Nov 7, 2023
1 parent 45ec53f commit 2af2470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/functions/resources/GetRemote.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ You can also change the request method and set the request body:

## Remote data

When retrieving remote data, use the [`transform.Unmarshal`] function to unmarshal the response to a map.
When retrieving remote data, use the [`transform.Unmarshal`] function to [unmarshal] the response.

[`transform.Unmarshal`]: /functions/transform/unmarshal
[unmarshal]: /getting-started/glossary/#unmarshal

```go-html-template
{{ $data := "" }}
Expand Down

0 comments on commit 2af2470

Please sign in to comment.