Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

Commit b95998a

Browse files
committed
Fixes small typo on Readme file
1 parent c977957 commit b95998a

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
@@ -93,7 +93,7 @@ lfo.connect(amp.gain);
9393
osc.connect(amp);
9494
amp.connect(audioContext.destination);
9595

96-
assert.deelEqual(audioContext.toJSON(), {
96+
assert.deepEqual(audioContext.toJSON(), {
9797
name: "AudioDestinationNode" // +------------------+
9898
inputs: [ // | OscillatorNode |
9999
{ // | - type: sawtooth |

0 commit comments

Comments
 (0)