Skip to content

Commit a2a0a5c

Browse files
committed
improve doc consistency
1 parent 67275a8 commit a2a0a5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Promise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: doc
33
title: requirejs-dplugins/Promise
44
---
55

6-
# requirejs-dplugins/Promise
6+
# requirejs-dplugins/Promise!
77

88
`requirejs-dplugins/Promise` provides an ES6 Promise implementation. If the browser does not provide it, the
99
plugin will load the [lie](https://github.com/calvinmetcalf/lie) implementation.

docs/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: doc
33
title: requirejs-dplugins/i18n
44
---
55

6-
# requirejs-dplugins/i18n
6+
# requirejs-dplugins/i18n!
77

88
`requirejs-dplugins/i18n` is a [RequireJS plugin](http://requirejs.org/docs/plugins.html) which provides support for
99
localized string.

docs/maybe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: doc
33
title: requirejs-dplugins/maybe
44
---
55

6-
# requirejs-dplugins/maybe
6+
# requirejs-dplugins/maybe!
77

88
`requirejs-dplugins/maybe` allows to require modules that may or may not exist.
99
If the module is not found, the loader will not crash (like it would do without this plugin) but there is an

0 commit comments

Comments
 (0)