-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix typos #11997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos #11997
Conversation
| // .Permalink and .RelPermalink for a rendered Page. | ||
| // If not set, these values will point to the main (first) output format | ||
| // configured. That is probably the behaviour you want in most situations, | ||
| // configured. That is probably the behavior you want in most situations, |
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 wrote this; I write "colour" and "behaviour", both of which is correct, no?
| // as you probably don't want to link back to the RSS version of a page, as an | ||
| // example. AMP would, however, be a good example of an output format where this | ||
| // behaviour is wanted. | ||
| // behavior is wanted. |
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.
See above.
| } | ||
|
|
||
| // This roundabout way of doing it is needed to get both pipeline behaviour and options as arguments. | ||
| // This roundabout way of doing it is needed to get both pipeline behavior and options as arguments. |
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.
See above.
|
|
||
| // If fi is a dir, we watch the files inside that directory (not recursively). | ||
| // This matches the behaviour of fsnotity. | ||
| // This matches the behavior of fsnotity. |
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.
See above.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.