-
Notifications
You must be signed in to change notification settings - Fork 875
Conversation
…nts--search for "CF:"
…tch the first time.
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
1 similar comment
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
public/docs/ts/latest/glossary.jade
Outdated
@@ -237,7 +238,8 @@ a#component | |||
## Dependency injection | |||
.l-sub-section | |||
:marked | |||
Dependency injection is both a design pattern and a mechanism | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is your problem @juleskremer
The whitespace after the :marked
mixin is not allowed
public/docs/ts/latest/glossary.jade
Outdated
:marked | ||
## Service | ||
.l-sub-section | ||
:marked | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And maybe here too
No description provided.