Skip to content

Commit 6881582

Browse files
authored
Fix typo (#365)
1 parent f0ff00c commit 6881582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/FFI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The PureScript function type `a -> b` does not allow for side-effects, so it wou
204204

205205
The `Effect` type constructor and its usage is documented [on Pursuit](https://pursuit.purescript.org/packages/purescript-effect).
206206

207-
#### Santizing Foreign Data With Data.Foreign
207+
#### Sanitizing Foreign Data With Data.Foreign
208208

209209
Data returned from Javascript functions cannot generally be trusted to be defined and non-null. PureScript functions in the Prelude and common libraries generally assume that values will be neither `undefined` nor `null`, so it is important to sanitize data when working with values returned from Javascript functions using the FFI.
210210

0 commit comments

Comments
 (0)