Skip to content

Commit

Permalink
Fix punctuation
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Farolino <[email protected]>
  • Loading branch information
benlesh and domfarolino authored Dec 19, 2023
1 parent 82be7a9 commit 407e2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ element.addEventListener('click', (e) => {

#### Example 2

Automatic, declarative unsubscription via the takeUntil method
Automatic, declarative unsubscription via the takeUntil method.

```js
const ac = new AbortController();
Expand Down

0 comments on commit 407e2bf

Please sign in to comment.