Skip to content

Commit eac3079

Browse files
update
1 parent a26417b commit eac3079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const appConfig = await load(connectionString, {
1313
});
1414

1515
appConfig.onRefresh(() => {
16-
console.log("Config refreshed.");
16+
console.log("Configuration has been refreshed.");
1717
});
1818

1919
import express from "express";

0 commit comments

Comments
 (0)