Skip to content

Commit

Permalink
Corrected backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
onion2k committed Sep 27, 2020
1 parent 7799207 commit 29cde39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Give the two elements to be compared attributes of `slot="top"` and `slot="botto
</split-view>
```

Split View also supports an optional `mode` and `start` parameters. `mode`` determines how the top and bottom layers are blended. `start` defines the start point for the comparison line (in percent).
Split View also supports an optional `mode` and `start` parameters. `mode` determines how the top and bottom layers are blended. `start` defines the start point for the comparison line (in percent).

```
<split-view mode="screen" start=25>
Expand Down

0 comments on commit 29cde39

Please sign in to comment.