Skip to content

Commit 8e47467

Browse files
authored
fix: typos (#41)
1 parent 7ff7ed8 commit 8e47467

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/tableau/document.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Tableau.Document do
22
@moduledoc false
33
defmodule Helper do
4-
@moduledoc "Helper functiosn for Tableau documents."
4+
@moduledoc "Helper functions for Tableau documents."
55
@doc """
66
A macro for rendering nested content within a layout.
77

lib/tableau/extensions/data_extension.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Tableau.DataExtension do
22
@moduledoc """
3-
YAML files and Elixir scripts (.exs) in the confgiured directory will be automatically parsed/executed and made available in an `@data` assign in your templates.
3+
YAML files and Elixir scripts (.exs) in the configured directory will be automatically parsed/executed and made available in an `@data` assign in your templates.
44
55
Elixir scripts will be executed and the last expression returned as the data.
66

lib/tableau/extensions/rss_extension.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Tableau.RSSExtension do
22
@moduledoc """
3-
YAML files and Elixir scripts (.exs) in the confgiured directory will be automatically parsed/executed and made available in an `@data` assign in your templates.
3+
YAML files and Elixir scripts (.exs) in the configured directory will be automatically parsed/executed and made available in an `@data` assign in your templates.
44
55
Elixir scripts will be executed and the last expression returned as the data.
66
@@ -9,7 +9,7 @@ defmodule Tableau.RSSExtension do
99
- `:enabled` - boolean - Extension is active or not.
1010
- `:title` - string (required) - Title of your feed.
1111
- `:description` - string (required) - Description of your feed.
12-
- `:language` - string - Langauge to use in the `<language>` tag. Defaults to "en-us"
12+
- `:language` - string - Language to use in the `<language>` tag. Defaults to "en-us"
1313
1414
### Example
1515

0 commit comments

Comments
 (0)