Skip to content

Commit 4fc7dd7

Browse files
authored
chore(tools): update comment
1 parent 8b89488 commit 4fc7dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pfe-tools/dev-server/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function pfeDevServerPlugin(options: PfeDevServerInternalConfig): Plugin {
127127
return next();
128128
}
129129
})
130-
// Redirect `elements/jazz-hands/*` to `elements/pf-jazz-hands/*` for files not previously handled
130+
// Redirect `elements/jazz-hands/*` to `elements/pf-jazz-hands/*` for requests not previously handled
131131
.get(`/${elementsDir}/:element/:splatPath*`, async (ctx, next) => {
132132
const { element, splatPath } = ctx.params;
133133
if (splatPath.includes('demo')) {

0 commit comments

Comments
 (0)