Skip to content

Commit b07c957

Browse files
committed
Fix typos
1 parent 0b12c67 commit b07c957

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/tide-predictor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ Tidal constituents should be an array of objects with at least:
165165

166166
### <a name="subservient-station"></a>Subservient station definitions
167167

168-
Some stations do not have defined harmonic data, but do have published offets and a reference station. These include the offsets in time or amplitude of the high and low tides. Subservient station definitions are objects that include:
168+
Some stations do not have defined harmonic data, but do have published offsets and a reference station. These include the offsets in time or amplitude of the high and low tides. Subservient station definitions are objects that include:
169169

170-
- `height` - **object** - An object of height offets, in the same units as the reference station.
170+
- `height` - **object** - An object of height offsets, in the same units as the reference station.
171171
- `high` - **float** - The offset to be added to high tide (can be negative)
172172
- `low` - **float** - The offset to be added to low tide (can be negative)
173-
- `time` - **object** - An object of time offets, in number of minutes
173+
- `time` - **object** - An object of time offsets, in number of minutes
174174
- `high` - **float** - The number of minutes to add to high tide times (can be negative)
175175
- `low` - **float** - The number of minutes to add to low tide times (can be negative)
176176

0 commit comments

Comments
 (0)