mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
Typo corrections, I avoided making changes to words that have regional spelling differences.
This commit is contained in:
@ -82,7 +82,7 @@ define(
|
||||
expect(mockGL.clear).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it("doees not construct if WebGL is unavailable", function () {
|
||||
it("does not construct if WebGL is unavailable", function () {
|
||||
mockCanvas.getContext.andReturn(undefined);
|
||||
expect(function () {
|
||||
return new GLChart(mockCanvas);
|
||||
|
Reference in New Issue
Block a user