Fix typo in bootstrap event

This commit is contained in:
Christian Georgi
2020-05-06 18:33:16 +02:00
committed by GitHub
parent b83236de2a
commit e408836c2a

View File

@@ -34,7 +34,7 @@ cds.once('served', async()=>{
// Other bootstrapping events you could hook in to...
/* eslint-disable no-unused-vars */
cds.on('boostrap',(app) => {/* ... */})
cds.on('bootstrap',(app) => {/* ... */})
cds.on('loaded', (model) => {/* ... */})
cds.on('connect', (srv) => {/* ... */})
cds.on('serving', (srv) => {/* ... */})