Skip to content
Closed
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
2 changes: 1 addition & 1 deletion src/api/application-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Apart from `el`, you should treat these arguments as read-only and never modify
- **Arguments:**

- `{Element | string} rootContainer`
- `{boolean} isHydrate`
- `{boolean} [isHydrate]`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: could we replace square brackets here with the note about optional component? Like we have on Directives

**Argument:** `attrOrProp (optional)`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be inconsistent with the other optional parameters on this page, so I have created #442 to address that.

If you want to proceed with the (optional) format then this PR can be closed in deference to #442.


- **Returns:**

Expand Down