fix: fix typo
This commit is contained in:
parent
675d23111c
commit
87881621bb
|
@ -233,7 +233,7 @@ properties([{Key, Type, Desc} | Props], Acc) ->
|
||||||
properties([{Key, Type, Desc, Enum} | Props], Acc) ->
|
properties([{Key, Type, Desc, Enum} | Props], Acc) ->
|
||||||
properties(Props, maps:put(Key, #{type => Type,
|
properties(Props, maps:put(Key, #{type => Type,
|
||||||
description => Desc,
|
description => Desc,
|
||||||
emum => Enum}, Acc)).
|
enum => Enum}, Acc)).
|
||||||
page_params() ->
|
page_params() ->
|
||||||
[#{
|
[#{
|
||||||
name => page,
|
name => page,
|
||||||
|
|
Loading…
Reference in New Issue