We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec3ccc commit d6f5c5fCopy full SHA for d6f5c5f
src/test/javascript/CatlogUtilsSpec.js
@@ -12,7 +12,7 @@ describe("CatalogUtils.expandNumbers()", function() {
12
expect(CatalogUtils.expandNumbers(undefined)).toBeUndefined();
13
});
14
15
- it("should return string without hyphen as it", function() {
+ it("should return string without hyphen as is", function() {
16
expect(CatalogUtils.expandNumbers("test")).toEqual("test");
17
18
0 commit comments