Skip to content

Commit 27812fa

Browse files
committed
fix test typos ✅
1 parent d7ef859 commit 27812fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing/pages/variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ noindex: true
44
sidebar_order: 50
55
---
66

7-
A transformaton is exposd to both Markdown and MDX files which supports processing variables in a Django/Jekyll-style way.
7+
A transformation is exposed to both Markdown and MDX files which supports processing variables in a Django/Jekyll-style way.
88
The variables available are globally scoped and configured within `remark-variables.js`.
99

1010
For example:

platform-includes/set-environment/elixir.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ config :sentry,
33
environment_name: :prod
44
```
55

6-
Alterntively, you can use [`Config.config_env/0`](https://hexdocs.pm/elixir/Config.html#config_env/0) to set this value based on the current environment:
6+
Alternatively, you can use [`Config.config_env/0`](https://hexdocs.pm/elixir/Config.html#config_env/0) to set this value based on the current environment:
77

88
```elixir {filename:config/config.exs}
99
config :sentry,

0 commit comments

Comments
 (0)