Skip to content
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 typo in template.md ("or" -> "of") #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions md/docs/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Let's go <b>{{activity}}</b>!
Before parsing, all HTML comments, leading and trailing whitespace, and new
lines are removed from templates. This reduces page size, and it keeps template
code more readable when spaces are not desired between inline elements. If you
do want whitespace at the beginning or end or a line, add the non-standard `&sp;`
do want whitespace at the beginning or end of a line, add the non-standard `&sp;`
character entity, which will simply be replaced with a space.

The contents of `<script>` and `<style>` tags are passed through literally,
Expand Down Expand Up @@ -312,4 +312,4 @@ Throughout these docs, the output of templates is shown indented and on
multiple lines for the sake of readability. However, Derby's renderer would not
output any indentation or line breaks. In addition, output attribute values are
quoted, but Derby only includes quotes around attribute values if they are
needed.
needed.