marko 5.20.4 → 5.20.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ While HTML itself does not support conditionally displaying elements or repeatin
4
4
 
5
5
  ## Conditionals
6
6
 
7
- The `<if>` tag recieves an [argument](./syntax.md#arguments) which is used to determine if its body content should be present.
7
+ The `<if>` tag receives an [argument](./syntax.md#arguments) which is used to determine if its body content should be present.
8
8
 
9
9
  ```marko
10
10
  <if(user.loggedOut)>
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.20.4",
3
+ "version": "5.20.7",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.20.4",
8
- "@marko/translator-default": "^5.20.4",
7
+ "@marko/compiler": "^5.20.7",
8
+ "@marko/translator-default": "^5.20.7",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -72,5 +72,5 @@
72
72
  "index.js",
73
73
  "node-require.js"
74
74
  ],
75
- "gitHead": "5b79719f76e0c090f5c3ca7f94b8aee961dc1e41"
75
+ "gitHead": "e980c3a4d2dc5cc37b75b98f07ef2e7856c892fb"
76
76
  }