You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ajel-core/readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ async function main() {
36
36
}
37
37
```
38
38
39
-
`ajel` is a function that consumes a promise and returns a tuple represetning the result and the error.
39
+
`ajel` is a function that consumes a promise and returns a tuple representing the result and the error.
40
40
On success, the result item has value. On error, the error item has value. It's that simple.
41
41
42
42
More interestingly, it comes with a series of linting tools to help enforce the paradigm available in the package [eslint-plugin-ajel](https://www.npmjs.com/package/eslint-plugin-ajel)
0 commit comments