Skip to content

Commit 772f7fe

Browse files
committed
[grid] Renaming eslint file to have local dev working again
1 parent 1d2d7b6 commit 772f7fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

‎javascript/grid-ui/src/theme/typography.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
const typogpaphy = {
18+
const typography = {
1919
h1: {
2020
fontWeight: 500,
2121
fontSize: 35,
@@ -55,4 +55,4 @@ const typogpaphy = {
5555
].join(',')
5656
}
5757

58-
export default typogpaphy
58+
export default typography

0 commit comments

Comments
 (0)