Skip to content

Commit

Permalink
typo fit
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed Feb 1, 2022
1 parent f262187 commit 1dc8cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidy3d/components/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ class YeeGrid(Tidy3dBaseModel):
E: FieldGrid = pydantic.Field(
...,
title="Electric Field Grid",
descrition="Coordinates of the locations of all three components of the electric field.",
description="Coordinates of the locations of all three components of the electric field.",
)

H: FieldGrid = pydantic.Field(
...,
title="Electric Field Grid",
descrition="Coordinates of the locations of all three components of the magnetic field.",
description="Coordinates of the locations of all three components of the magnetic field.",
)


Expand Down

0 comments on commit 1dc8cc0

Please sign in to comment.