diff --git a/docs/frontend/preact.md b/docs/frontend/preact.md index a7e9f09cd..74daa2c16 100644 --- a/docs/frontend/preact.md +++ b/docs/frontend/preact.md @@ -24,7 +24,7 @@ creating Preact components, please ensure that you have defined your PropTypes. Using PropTypes can be repetitive. Some duplication is normal, like when a PropType is a string or a number. But for commonly-used PropTypes, like the user entity, you can use the provided common PropTypes, located in the -`/app/javascript/src/components/common-prop-types`, as shown below. +`/app/javascript/common-prop-types`, as shown below. ```javascript import PropTypes from 'prop-types';