Skip to content

Commit

Permalink
Fix typo (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPaseltiner authored May 3, 2024
1 parent 14c28da commit 1fe7b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/ecr-viewer/src/app/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NextResponse } from "next/server";

/**
* Health check for ECR Viwer
* Health check for ECR Viewer
* @returns Response with status OK.
*/
export async function GET() {
Expand Down

0 comments on commit 1fe7b86

Please sign in to comment.