Skip to content

Commit

Permalink
fix: #6 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Sep 12, 2019
1 parent 14e01ee commit 31d195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/ods-[name].js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { LitElement, html } from "lit-element";

// Import touch detection lib
import "focus-visible/dist/focus-visible.min.js";
// impot the processed CSS file into the scope of the component
// import the processed CSS file into the scope of the component
import componentProperties from "./tokens/componentShapeProperties-css.js";
import styleCss from "./style-css.js";

Expand Down

0 comments on commit 31d195d

Please sign in to comment.