Skip to content

Commit 29f6982

Browse files
committed
typo
1 parent e397e73 commit 29f6982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The utility library provides general functionality, which makes it easy to retri
300300
<br/>
301301

302302
* {boolean} **Breinify.UTL.isSimpleObject(obj)**:<br/>
303-
Checks if the passed object is a simpe object, i.e., is *null* or is an object without any function and just using simple types (e.g., *boolean*, *string*, *number*, *null*) or an array of simple types (of the same type).
303+
Checks if the passed object is a simple object, i.e., is *null* or is an object without any function and just using simple types (e.g., *boolean*, *string*, *number*, *null*) or an array of simple types (of the same type).
304304

305305
**Example of a simple object**:
306306
```javascript

0 commit comments

Comments
 (0)