Skip to content

Commit

Permalink
Update 3.2-https-outcalls.mdx - Fix typo (#5447)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessie Mongeon <[email protected]>
  • Loading branch information
552020 and jessiemongeon1 authored Feb 20, 2025
1 parent 1b14438 commit 9151c76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Following the `import Types "Types";` line, now let's insert the code to define
```motoko no-repl title="src/https_get_backend/main.mo"
actor {
    // Create a function that transform's the raw content into an HTTP payload.
    // Create a function that transforms the raw content into an HTTP payload.
    public query func transform(raw : Types.TransformArgs) : async Types.CanisterHttpResponsePayload {
      let transformed : Types.CanisterHttpResponsePayload = {
          status = raw.response.status;
Expand Down Expand Up @@ -851,4 +851,4 @@ Did you get stuck somewhere in this tutorial, or do you feel like you need addit

Next, let's dive deeper into certified variables:

- [3.3 Certified variables](/docs/current/tutorials/developer-liftoff/level-3/3.3-certified-data).
- [3.3 Certified variables](/docs/current/tutorials/developer-liftoff/level-3/3.3-certified-data).

0 comments on commit 9151c76

Please sign in to comment.