We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b8660 commit 9c14fbfCopy full SHA for 9c14fbf
README.md
@@ -696,7 +696,7 @@ Symbol.for('foo') === Symbol.for('foo') // true
696
```
697
698
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
+achieved by having your code look for a Symbol member on object arguments from third parties that contain some
700
known interface. For example:
701
702
```javascript
0 commit comments