We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2921ca commit 497f030Copy full SHA for 497f030
tests/unit/navigation/navigation_paths.js
@@ -148,7 +148,7 @@
148
149
// absolute tests
150
// NOTE does not test root path or non nested references
151
- module("abolute paths");
+ module("absolute paths");
152
153
asyncTest( "file reference no nesting", function(){
154
testPageLoad("#absolute-test-one", "doc rel test one");
@@ -173,4 +173,4 @@
173
asyncTest( "dir refrence with parent dir", function(){
174
testPageLoad("#absolute-test-six", "doc rel test six");
175
});
176
-})(jQuery);
+})(jQuery);
0 commit comments