Skip to content

Commit

Permalink
Update website/docs/core-concepts/stacks/yaml-functions/store.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
mcalhoun and coderabbitai[bot] authored Jan 16, 2025
1 parent 6d8b3d8 commit 624d665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/core-concepts/stacks/yaml-functions/store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ For example, you have a `tgw` component that requires the `vpc_id` key from the

:::note Using the `.stack` or `.atmos_stack` template identifiers to specify the stack is the same as calling the
`!store` function with two parameters without specifying the current stack, but without using `Go` templates. If you
need to get an value from the store froma component in the current stack, using the `!store` function with two
need to get a value from the store from a component in the current stack, using the `!store` function with two
parameters is preferred because it has a simpler syntax and executes faster. :::

### Use a Format Function
Expand Down

0 comments on commit 624d665

Please sign in to comment.