Skip to content

Commit a3e94d0

Browse files
author
Jia Liu
committed
fix typo
1 parent e4bb514 commit a3e94d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/genius/en/code/test-gen.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ${context.sourceCode}
2121

2222
## if newFile
2323
#if( $context.isNewFile )
24-
Should include package an imports. Start method test code with Markdown code block here:
24+
Should include package and imports. Start method test code with Markdown code block here:
2525
#else
26-
Should include package an imports. Start ${context.testClassName} test code with Markdown code block here:
26+
Should include package and imports. Start ${context.testClassName} test code with Markdown code block here:
2727
#end
2828

0 commit comments

Comments
 (0)