Skip to content

Commit

Permalink
Merge pull request #114 from kantuni/patch-39
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryan-haskell committed Jul 6, 2023
2 parents 5c65bf9 + 184500c commit 91f7122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/shared.md
Expand Up @@ -56,7 +56,7 @@ model.page ==
}
```

The important thing to understand is that as the user changes the URL, the entire `model.page` field is replaced with a new one. This behavior help makes Elm Land pages easier to understand, but introduces a new challenge: "How do we share information like a signed-in user across pages?"
The important thing to understand is that as the user changes the URL, the entire `model.page` field is replaced with a new one. This behavior helps make Elm Land pages easier to understand, but introduces a new challenge: "How do we share information like a signed-in user across pages?"

## Customizing the `Shared` modules

Expand Down

0 comments on commit 91f7122

Please sign in to comment.