Skip to content

Commit f53a06e

Browse files
Jake ChampionJakeChampion
authored andcommitted
fix: fix typo in geolocation example
1 parent 98c1ab8 commit f53a06e

File tree

25 files changed

+52
-52
lines changed

25 files changed

+52
-52
lines changed

documentation/docs/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -168,7 +168,7 @@ async function app(event) {
168168
} catch (error) {
169169
console.error(error);
170170
return new Response("Internal Server Error", {
171-
stauts: 500
171+
status: 500
172172
});
173173
}
174174
}

documentation/versioned_docs/version-0.5.10/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.5.11/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.5.12/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.5.13/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.5.14/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.5.15/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.5.9/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.6.0/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

documentation/versioned_docs/version-0.7.0/fastly:geolocation/getGeolocationForIpAddress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function app(event) {
123123
} catch (error) {
124124
console.error(error);
125125
return new Response("Internal Server Error", {
126-
stauts: 500
126+
status: 500
127127
});
128128
}
129129
}
@@ -170,7 +170,7 @@ async function app(event) {
170170
} catch (error) {
171171
console.error(error);
172172
return new Response("Internal Server Error", {
173-
stauts: 500
173+
status: 500
174174
});
175175
}
176176
}

0 commit comments

Comments
 (0)