mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
fix typos
This commit is contained in:
@@ -129,27 +129,27 @@ export const apiMenu: Menu = {
|
|||||||
{
|
{
|
||||||
href: '/api/application/app-disabled',
|
href: '/api/application/app-disabled',
|
||||||
label: 'app.disabled()',
|
label: 'app.disabled()',
|
||||||
arialLabel: 'app.disabled method',
|
ariaLabel: 'app.disabled method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-enable',
|
href: '/api/application/app-enable',
|
||||||
label: 'app.enable()',
|
label: 'app.enable()',
|
||||||
arialLabel: 'app.enable method',
|
ariaLabel: 'app.enable method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-enabled',
|
href: '/api/application/app-enabled',
|
||||||
label: 'app.enabled()',
|
label: 'app.enabled()',
|
||||||
arialLabel: 'app.enabled method',
|
ariaLabel: 'app.enabled method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-engine',
|
href: '/api/application/app-engine',
|
||||||
label: 'app.engine()',
|
label: 'app.engine()',
|
||||||
arialLabel: 'app.engine method',
|
ariaLabel: 'app.engine method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-get',
|
href: '/api/application/app-get',
|
||||||
label: 'app.get()',
|
label: 'app.get()',
|
||||||
arialLabel: 'app.get method',
|
ariaLabel: 'app.get method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-get-method',
|
href: '/api/application/app-get-method',
|
||||||
@@ -160,52 +160,52 @@ export const apiMenu: Menu = {
|
|||||||
{
|
{
|
||||||
href: '/api/application/app-listen',
|
href: '/api/application/app-listen',
|
||||||
label: 'app.listen()',
|
label: 'app.listen()',
|
||||||
arialLabel: 'app.listen method',
|
ariaLabel: 'app.listen method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-param',
|
href: '/api/application/app-param',
|
||||||
label: 'app.param()',
|
label: 'app.param()',
|
||||||
arialLabel: 'app.param method',
|
ariaLabel: 'app.param method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-method',
|
href: '/api/application/app-method',
|
||||||
label: 'app.METHOD()',
|
label: 'app.METHOD()',
|
||||||
arialLabel: 'app.METHOD method',
|
ariaLabel: 'app.METHOD method',
|
||||||
omitFrom: ['3x'],
|
omitFrom: ['3x'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-path',
|
href: '/api/application/app-path',
|
||||||
label: 'app.path()',
|
label: 'app.path()',
|
||||||
arialLabel: 'app.path method',
|
ariaLabel: 'app.path method',
|
||||||
omitFrom: ['3x'],
|
omitFrom: ['3x'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-post',
|
href: '/api/application/app-post',
|
||||||
label: 'app.post()',
|
label: 'app.post()',
|
||||||
arialLabel: 'app.post method',
|
ariaLabel: 'app.post method',
|
||||||
omitFrom: ['3x'],
|
omitFrom: ['3x'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-put',
|
href: '/api/application/app-put',
|
||||||
label: 'app.put()',
|
label: 'app.put()',
|
||||||
arialLabel: 'app.put method',
|
ariaLabel: 'app.put method',
|
||||||
omitFrom: ['3x'],
|
omitFrom: ['3x'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-render',
|
href: '/api/application/app-render',
|
||||||
label: 'app.render()',
|
label: 'app.render()',
|
||||||
arialLabel: 'app.render method',
|
ariaLabel: 'app.render method',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-route',
|
href: '/api/application/app-route',
|
||||||
label: 'app.route()',
|
label: 'app.route()',
|
||||||
arialLabel: 'app.route method',
|
ariaLabel: 'app.route method',
|
||||||
omitFrom: ['3x'],
|
omitFrom: ['3x'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/api/application/app-use',
|
href: '/api/application/app-use',
|
||||||
label: 'app.use()',
|
label: 'app.use()',
|
||||||
arialLabel: 'app.use method',
|
ariaLabel: 'app.use method',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user