Skip to content

Commit cab264a

Browse files
committed
Fixing typos
1 parent c3aab46 commit cab264a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sentry/static/sentry/app/views/organizationGroupDetails/groupDetails.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ const GroupDetails = createReactClass({
133133
locationWithProject.query._allp === undefined
134134
) {
135135
//We use _allp as a temporary measure to know they came from the issue list page with no project selected (all projects included in filter).
136-
//If it is not defined, we add the locked project id to the URL (this is becayse uf someone navigates directly to an issue on single-project priveledges, then goes back - they were getting assigned to the first project).
137-
//If it is defined, we do not so that our back button will bring us to the issue list page with no project selected instead of the locked proejct.
136+
//If it is not defined, we add the locked project id to the URL (this is because if someone navigates directly to an issue on single-project priveleges, then goes back - they were getting assigned to the first project).
137+
//If it is defined, we do not so that our back button will bring us to the issue list page with no project selected instead of the locked project.
138138
locationWithProject.query.project = project.id;
139139
}
140140
delete locationWithProject.query._allp; //We delete _allp from the URL to keep the hack a bit cleaner, but this is not an ideal solution and will ultimately be replaced with something smarter.

0 commit comments

Comments
 (0)