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.
2 parents b8b8660 + 9c14fbf commit 0b8918aCopy full SHA for 0b8918a
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