Skip to content

Commit 0261efa

Browse files
authored
Typo in stringifier.
1 parent 865e720 commit 0261efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ One way of approaching this gap would be to define an `Origin` object which repr
1313

1414
### An `Origin` Object
1515

16-
Let's consider a minimal `Origin` object that can be constructed from a string representing a serialized origin, and that offers two methods (`isSameOrigin()` and `isSameSite()`) along with a stringifier named `serialization`:
16+
Let's consider a minimal `Origin` object that can be constructed from a string representing a serialized origin, and that offers two methods (`isSameOrigin()` and `isSameSite()`) along with a stringifier named `toJSON()`:
1717

1818
```javascript
1919
// Tuple Origins

0 commit comments

Comments
 (0)