mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
grammar
This commit is contained in:
@@ -61,7 +61,7 @@ function handleRequest(req, res) {
|
||||
throw new Error(`Unrecognized attribute name '${attr.name}'`);
|
||||
}
|
||||
|
||||
return; // only first handler is executed
|
||||
return; // only the first handler is executed
|
||||
}
|
||||
|
||||
const message = `No handler matched for custom '${path}' request.`;
|
||||
|
||||
Reference in New Issue
Block a user