Skip to content

Commit

Permalink
docs: fix some spelling (#708)
Browse files Browse the repository at this point in the history
* spelling: according

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: asynchronously

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: background

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: camel

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: cannot

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: case-sensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: comparison

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: demos

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: forloop

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: formatters

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: github

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: guidelines

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: hashes

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: https

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: javascript

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: keep

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: natural

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: neither

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: no longer

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: nonexistent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: output

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: polymorphism

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: precache

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: programmatically

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: punctuation

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: registration

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: rendered

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: synchronously

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: thrown

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: trimmed

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: unbalanced

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* chore: use example.com

* chore: fix reference for sidebar.registration

---------

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Harttle <yangjvn@126.com>
  • Loading branch information
jsoref and harttle authored Jun 17, 2024
1 parent a7da93f commit a0ea372
Show file tree
Hide file tree
Showing 55 changed files with 131 additions and 131 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@

* Tag#render now returns void, use emitter argument
to write rendered html.
* ship to Node.js 8, the dist/liquid.cjs.js (main) nolonger
* ship to Node.js 8, the dist/liquid.cjs.js (main) no longer
supports Node.js 6, other bundles are also provided via dist/liquid.esm.js, dist/liquid.js (ES5 umd) and liquid.min.js (minified ES5 umd)
* remove default export, now should be used like import
{Liquid} from 'liquidjs'
Expand Down Expand Up @@ -1113,7 +1113,7 @@ supports Node.js 6, other bundles are also provided via dist/liquid.esm.js, dist

### Features

* at_least, at_most, sort_naturual for [#132](https://github.com/harttle/liquidjs/issues/132) ([e6f5f1c](https://github.com/harttle/liquidjs/commit/e6f5f1c))
* at_least, at_most, sort_natural for [#132](https://github.com/harttle/liquidjs/issues/132) ([e6f5f1c](https://github.com/harttle/liquidjs/commit/e6f5f1c))

# [8.3.0](https://github.com/harttle/liquidjs/compare/v8.2.4...v8.3.0) (2019-06-27)

Expand Down Expand Up @@ -1177,7 +1177,7 @@ supports Node.js 6, other bundles are also provided via dist/liquid.esm.js, dist

### Performance Improvements

* use polymophism instead duck test ([82d7673](https://github.com/harttle/liquidjs/commit/82d7673))
* use polymorphism instead duck test ([82d7673](https://github.com/harttle/liquidjs/commit/82d7673))

## [8.0.1](https://github.com/harttle/liquidjs/compare/v8.0.0...v8.0.1) (2019-03-22)

Expand All @@ -1201,7 +1201,7 @@ supports Node.js 6, other bundles are also provided via dist/liquid.esm.js, dist

### BREAKING CHANGES

* Options and method names in JavaScript API are now renamed to cammelCase, for a complete list see #109
* Options and method names in JavaScript API are now renamed to camelCase, for a complete list see #109

## [7.5.1](https://github.com/harttle/liquidjs/compare/v7.5.0...v7.5.1) (2019-03-05)

Expand Down
24 changes: 12 additions & 12 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion benchmark/engines/create-liquid.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function createEngine (pkg) {
cache: true,
extname: '.liquid'
})
liquid.registerFilter('url', path => `http://example.com${path}`)
liquid.registerFilter('url', path => `https://example.com${path}`)
return {
load: path => liquid.parse(readFileSync(path + '.liquid', 'utf8')),
render: (tpl, data) => liquid.renderSync(tpl, data)
Expand Down
2 changes: 1 addition & 1 deletion benchmark/engines/handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ handlebars.registerHelper('concat', function (...args) {
})

handlebars.registerHelper('url', function (path) {
return `http://example.com${path}`
return `https://example.com${path}`
})

handlebars.registerHelper('inc', function (num) {
Expand Down
2 changes: 1 addition & 1 deletion benchmark/engines/swig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const swig = require('swig')

swig.setFilter('url', function (path) {
return `http://example.com${path}`
return `https://example.com${path}`
})

swig.setFilter('prepend', function (input, arg) {
Expand Down
2 changes: 1 addition & 1 deletion benchmark/tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function tag () {
new Benchmark.Suite('tag')
.add('if', test('{% if "foobar" %}foo{% endif %}'))
.add('unless', test('{%unless "foo"%}true{%else%}false{%endunless%}'))
.add('for', test('{% for i in (1..3) %}{{fooloop.index}}{% endfor %}'))
.add('for', test('{% for i in (1..3) %}{{forloop.index}}{% endfor %}'))
.add('switch', test('{%case 3%}{% when 1 %}1{% when 2 %}2{% when 3 %}3{%endcase%}'))
.add('assign', test('{%assign a="foo bar"%}'))
.add('capture', test('{%capture foo%}what is this{%endcapture%}'))
Expand Down
2 changes: 1 addition & 1 deletion benchmark/templates/todolist.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function capitalize (str) {
return str[0].toUpperCase() + str.slice(1).toLowerCase()
}
function url (path) {
return `http://example.com${path}`
return `https://example.com${path}`
}
function renderTodoIcon (id) {
return <img title="risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices" src="http://images.example.com/{id}.png"/>
Expand Down
4 changes: 2 additions & 2 deletions bin/character-gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const isInlineBlank = c => c === '\t' || c === ' ' || c === '\r'
const isSign = c => c === '-' || c === '+'
// See https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp
const unicodeBlanks = '\u00a0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000'
const unicodePunctuations = '“”'
const unicodePunctuation = '“”'

const types = []
for (let i = 0; i < 128; i++) {
Expand Down Expand Up @@ -48,4 +48,4 @@ export function isWord (char: string): boolean {
`.trim())

console.log([...unicodeBlanks].map(char => `TYPES[${char.charCodeAt(0)}]`).join(' = ') + ' = BLANK')
console.log([...unicodePunctuations].map(char => `TYPES[${char.charCodeAt(0)}]`).join(' = ') + ' = PUNCTUATION')
console.log([...unicodePunctuation].map(char => `TYPES[${char.charCodeAt(0)}]`).join(' = ') + ' = PUNCTUATION')
Loading

0 comments on commit a0ea372

Please sign in to comment.