Fix typo in Caclulates

This commit is contained in:
Simon Warta 2021-02-16 12:08:04 +01:00
parent 470c37bf42
commit df203fd4f7

View File

@ -37,7 +37,7 @@ export function fromSeconds(seconds: number, nanos = 0): DateWithNanoseconds {
}
/**
* Caclulates the UNIX timestamp in seconds as well as the nanoseconds after the given second.
* Calculates the UNIX timestamp in seconds as well as the nanoseconds after the given second.
*
* This is useful when dealing with external systems like the protobuf type
* [.google.protobuf.Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)