mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-16 18:20:31 +03:00
Small typo
This commit is contained in:
parent
850761e7f7
commit
8032a14432
@ -21,7 +21,7 @@ module Nri.Ui.Modal.V8 exposing
|
||||
|
||||
type Msg
|
||||
= ModalMsg Modal.Msg
|
||||
| DoSomthing
|
||||
| DoSomething
|
||||
|
||||
view : Modal.Model -> Html Msg
|
||||
view state =
|
||||
@ -38,7 +38,7 @@ module Nri.Ui.Modal.V8 exposing
|
||||
, Modal.viewFooter
|
||||
[ Button.button "Continue"
|
||||
[ Button.primary
|
||||
, Button.onClick DoSomthing
|
||||
, Button.onClick DoSomething
|
||||
, Button.custom onlyFocusableElement
|
||||
]
|
||||
, text "`onlyFocusableElement` will trap the focus on the 'Continue' button."
|
||||
|
Loading…
Reference in New Issue
Block a user