Minor correction to resources.GetRemote

This commit is contained in:
Joe Mooring 2023-11-06 12:25:20 -08:00 committed by Joe Mooring
parent 45ec53fe00
commit 2af2470b57

View File

@ -67,9 +67,10 @@ You can also change the request method and set the request body:
## Remote data ## 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 [`transform.Unmarshal`]: /functions/transform/unmarshal
[unmarshal]: /getting-started/glossary/#unmarshal
```go-html-template ```go-html-template
{{ $data := "" }} {{ $data := "" }}