s/terms/policies/

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
David Baker 2019-07-11 14:46:20 +01:00 committed by GitHub
parent 6b815327a0
commit 18dde859af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class TermsCheckbox extends React.PureComponent {
export default class TermsDialog extends React.PureComponent {
static propTypes = {
/**
* Array of [Service, terms] pairs, where terms is the response from the
* Array of [Service, policies] pairs, where policies is the response from the
* /terms endpoint for that service
*/
policiesAndServicePairs: PropTypes.array.isRequired,