diff --git a/src/contents/methods.tsx b/src/contents/methods.tsx
index 4162b856ec90c8ae75b5f8e52e2fbcedfaceebb3..13a28bf897b4f097cab4e1486b360d513cc998be 100644
--- a/src/contents/methods.tsx
+++ b/src/contents/methods.tsx
@@ -1,8 +1,8 @@
 import { Section, Subesction } from "../components/sections";
 import { useTabNavigation } from "../utils/TabNavigation";
 import {H5} from "../components/Headings";
-import TestSource from "../soures/test-sources";
-import MethodSources from "../soures/methods-sources";
+import TestSource from "../sources/test-sources";
+import MethodSources from "../sources/methods-sources";
 
 export function Methods() {
   useTabNavigation();
diff --git a/src/soures/methods-sources.tsx b/src/sources/methods-sources.tsx
similarity index 99%
rename from src/soures/methods-sources.tsx
rename to src/sources/methods-sources.tsx
index dc28b718103533d63b744a2124716f61f50beeef..ebc0fb25ac4e73a41c82542c0042e373cf34068b 100644
--- a/src/soures/methods-sources.tsx
+++ b/src/sources/methods-sources.tsx
@@ -8,6 +8,8 @@ export default function MethodSources(){
         </div>
       );
 }
+
+
 const bibtexSources = [
 `
 @article{article,
diff --git a/src/soures/test-sources.tsx b/src/sources/test-sources.tsx
similarity index 100%
rename from src/soures/test-sources.tsx
rename to src/sources/test-sources.tsx