Skip to content

Commit d908b91

Browse files
committed
removed typo
1 parent 8b49dd8 commit d908b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoReviewPullRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function parseFile(file, filename) {
8787
messageBody = "The description must describe the prerequisites of a tutorial. It must contain a '### Prerequisites' part.";
8888
}
8989

90-
if(!description.includes("###S Learning goals")) {
90+
if(!description.includes("### Learning goals")) {
9191
messageBody = (messageBody == "")
9292
? "The description should describe what the user will learn in the tutorial. It must contain a '### Learning goals' part."
9393
: messageBody + " The description should describe what the user will learn in the tutorial. It must contain a '## Learning goals' part.";

0 commit comments

Comments
 (0)