Skip to content

Commit d3089c9

Browse files
sites -> apps copy change
Co-authored-by: ehmicky <ehmicky@users.noreply.github.com>
1 parent f1462fb commit d3089c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
const isAlreadyUsingNextOnNetlify = hasNextOnNetlifyInstalled || hasNextOnNetlifyPostbuildScript
4545
if (isAlreadyUsingNextOnNetlify) {
4646
return failBuild(
47-
`This plugin does not support apps that manually use next-on-netlify. Uninstall next-on-netlify as a dependency to resolve.`,
47+
`This plugin does not support sites that manually use next-on-netlify. Uninstall next-on-netlify as a dependency to resolve.`,
4848
)
4949
}
5050

0 commit comments

Comments
 (0)