Skip to content

Commit

Permalink
Merge pull request #115 from kantuni/patch-40
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryan-haskell committed Jul 6, 2023
2 parents 7f1044c + 86b1d13 commit 41f959f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/shared.md
Expand Up @@ -130,7 +130,7 @@ And returns the initial value of `Shared.Model` and any effects that need to run

## `Shared.Flags`

The `Shared.Flags` type represents the initial data (if any) you expect to be passed in from JavaScript on startup. If you add a new `src/interop.js` file, you can define `flags` function that returns the initial data.
The `Shared.Flags` type represents the initial data (if any) you expect to be passed in from JavaScript on startup. If you add a new `src/interop.js` file, you can define a `flags` function that returns the initial data.

### Defining flags

Expand Down

0 comments on commit 41f959f

Please sign in to comment.