Skip to content

Commit

Permalink
docs: Fix typo for documentation. (#249)
Browse files Browse the repository at this point in the history
* Fix typo for documentation.

* Fix typo periods (#1)
  • Loading branch information
user20230119 authored Oct 14, 2024
1 parent 4713496 commit 9f2d137
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/ash_phoenix/form/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ defmodule AshPhoenix.Form do
],
domain: [
type: :atom,
doc: "The domain to use when calling the action"
doc: "The domain to use when calling the action."
],
as: [
type: :string,
Expand Down Expand Up @@ -320,7 +320,7 @@ defmodule AshPhoenix.Form do
],
forms: [
type: :keyword_list,
doc: "Forms nested inside the current nesting level in all cases"
doc: "Forms nested inside the current nesting level in all cases."
],
for_type: [
type: {:list, {:one_of, [:read, :create, :update]}},
Expand Down Expand Up @@ -1010,7 +1010,7 @@ defmodule AshPhoenix.Form do
errors: [
type: :boolean,
default: true,
doc: "Set to false to hide errors after validation"
doc: "Set to false to hide errors after validation."
],
target: [
type: {:list, :string},
Expand Down Expand Up @@ -1706,7 +1706,7 @@ defmodule AshPhoenix.Form do
action_opts: [
type: :keyword_list,
default: [],
doc: "Opts to pass to the call to Ash when calling the action"
doc: "Opts to pass to the call to Ash when calling the action."
],
errors: [
type: :boolean,
Expand Down Expand Up @@ -2067,7 +2067,7 @@ defmodule AshPhoenix.Form do
mark_as_touched?: [
type: :boolean,
default: true,
doc: "Whether or not to mark the path to the updating form as touched"
doc: "Whether or not to mark the path to the updating form as touched."
]
]

Expand Down

0 comments on commit 9f2d137

Please sign in to comment.