mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
Typo corrections, I avoided making changes to words that have regional spelling differences.
This commit is contained in:
@ -46,7 +46,7 @@ define(
|
||||
expect(controller.isActive()).toBe(false);
|
||||
});
|
||||
|
||||
it("allows active state to be explictly specified", function () {
|
||||
it("allows active state to be explicitly specified", function () {
|
||||
controller.setState(true);
|
||||
expect(controller.isActive()).toBe(true);
|
||||
controller.setState(true);
|
||||
|
Reference in New Issue
Block a user