You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/tableau/extensions/data_extension.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
defmoduleTableau.DataExtensiondo
2
2
@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.
4
4
5
5
Elixir scripts will be executed and the last expression returned as the data.
Copy file name to clipboardExpand all lines: lib/tableau/extensions/rss_extension.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
defmoduleTableau.RSSExtensiondo
2
2
@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.
4
4
5
5
Elixir scripts will be executed and the last expression returned as the data.
6
6
@@ -9,7 +9,7 @@ defmodule Tableau.RSSExtension do
9
9
- `:enabled` - boolean - Extension is active or not.
10
10
- `:title` - string (required) - Title of your feed.
11
11
- `: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"
0 commit comments