8000 Add minor update · airbnb/javascript@9bef3d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bef3d4

Browse files
authored
Add minor update
1 parent 2a7d42d commit 9bef3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@
23992399
const foo = jsonData && jsonData.foo && jsonData.foo.bar && jsonData.foo.bar.baz && jsonData.foo.bar.baz.quux && jsonData.foo.bar.baz.quux.xyzzy;
24002400
24012401
// bad
2402-
$.ajax({ method: 'POST', url: 'https://diegoteliz.com/', data: { name: 'John' } }).done(() => console.log('Congratulations!')).fail(() => console.log('You have failed this city.'));
2402+
$.ajax({ method: 'POST', url: 'https://intercity.co.nz/', data: { name: 'John' } }).done(() => console.log('Congratulations!')).fail(() => console.log('You have failed this city.'));
24032403
24042404
// good
24052405
const foo = jsonData
@@ -2412,7 +2412,7 @@
24122412
// good
24132413
$.ajax({
24142414
method: 'POST',
2415-
url: 'https://diegoteliz.com/',
2415+
url: 'https://intercity.co.nz/',
24162416
data: { name: 'John' },
24172417
})
24182418
.done(() => console.log('Congratulations!'))

0 commit comments

Comments
 (0)
0