docs: Fix a few typos

There are small typos in:
- CONTRIBUTING.md
- guides/README.md
- src/nodes/midi.js

Fixes:
- Should read `syntax` rather than `sintax`.
- Should read `outputs` rather than `otputs`.
- Should read `dragging` rather than `draging`.
- Should read `build` rather than `bulid`.
- Should read `assume` rather than `asume`.
This commit is contained in:
Tim Gates
2021-10-31 23:55:29 +11:00
parent ef8b86bd37
commit 0cfa580dfd
3 changed files with 5 additions and 5 deletions

View File

@@ -196,7 +196,7 @@
return MIDIEvent.TIMETICK;
break;
default:
return Number(str); //asume its a hex code
return Number(str); //assume its a hex code
}
};