fix: correct spelling of maximum_lifetime.

This commit is contained in:
James Harton 2022-08-23 11:39:21 +12:00
parent d510ca7d0b
commit 7cd446d00e

View file

@ -44,7 +44,7 @@ defmodule AshGenServer.DataLayer do
doc:
"How long to wait before destroying the resource when it is inactive (in milliseconds). Defaults to `:infinity`."
],
maxmum_lifetime: [
maximum_lifetime: [
type: :timeout,
default: :infinity,
doc: