From 4243077be4e5f7def3ee1536776eff69ee3d0fb3 Mon Sep 17 00:00:00 2001 From: Thomas Erbe Date: Fri, 15 Feb 2019 23:20:14 +0000 Subject: [PATCH] Correct modal docs --- docs/docs/0.8/modal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/0.8/modal.md b/docs/docs/0.8/modal.md index 16afce4..6d6b096 100644 --- a/docs/docs/0.8/modal.md +++ b/docs/docs/0.8/modal.md @@ -112,8 +112,8 @@ The modal plugin provides two ways to create a new modal. Either entirely throug ## Opening/closing a modal You want to show your modal right? With BulmaJS that's as easy as calling `open()` on your modal Javascript instance. You can call the reverse `close()` method to close the modal. -## Modal type -Bulma supports a couple of different types of modal. You can control what time is used using the `type` option when creating the modal. By default a modal with use the `card` type. This is the traditional style of a modal and has a header, content area and footer. The alternative value is `image` which will use the image type instead. +## Modal style +Bulma supports a couple of different modal styles. You can control what time is used using the `style` option when creating the modal. By default a modal with use the `card` style. This is the traditional style of a modal and has a header, content area and footer. The alternative value is `image` which will use the image type instead. ## Closable If your modal is showing important information you may want to restrict how a user closes it. By default a modal can be closed in a few different ways: