Skip to content

Commit 0b62dea

Browse files
docs(Modal): fix minor confirm modal typo (#4319)
Change a '/' to a '.' in docs for the confirm modal Co-authored-by: Oleksandr Fediashov <[email protected]>
1 parent 21be1b6 commit 0b62dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/Confirm/Confirm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Button from '../../elements/Button'
77
import Modal from '../../modules/Modal'
88

99
/**
10-
* A Confirm modal gives the user a choice to confirm or cancel an action/
10+
* A Confirm modal gives the user a choice to confirm or cancel an action.
1111
* @see Modal
1212
*/
1313
class Confirm extends Component {

0 commit comments

Comments
 (0)