Skip to content

Commit 9c14fbf

Browse files
committed
Update README.md
Fixed small typo.
1 parent b8b8660 commit 9c14fbf

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
@@ -696,7 +696,7 @@ Symbol.for('foo') === Symbol.for('foo') // true
696696
```
697697

698698
A common use case for Symbols, and in particular with `Symbol.for(key)` is for interoperability. This can be
699-
acheived by having your code look for a Symbol member on object arguments from third parties that contain some
699+
achieved by having your code look for a Symbol member on object arguments from third parties that contain some
700700
known interface. For example:
701701

702702
```javascript

0 commit comments

Comments
 (0)