Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
David Baker 2019-07-10 14:17:15 +01:00 committed by GitHub
parent 189dd4c7b1
commit 8a7227f971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ export class TermsNotSignedError extends Error {}
/**
* Class representing a service that may have terms & conditions that
* require agreement fro mthe user before the user can use that service.
* require agreement from the user before the user can use that service.
*/
export class Service {
/**