Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Jun 20, 2023
1 parent bc3ea4e commit 08766e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions about.page
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ version: 2.0.2
All methods except `get()`, `let()`, and `set()` can be used. This class uses the `__callStatic()` method to create
dynamic types. Any given method will declare the alert type. The most common and recommended method names are `error()`,
`info()`, and `success()`, which can be used to represent
[three-valued logic](https://en.wikipedia.org/wiki/Three-valued_logic) (`error` as `false`, `info` as `null`, and
`success` as `true`).
[three-valued logic](https://en.wikipedia.org/wiki/Three-valued_logic) (`error()` as `false`, `info()` as `null`, and
`success()` as `true`).

### Usage

Expand Down

0 comments on commit 08766e4

Please sign in to comment.