Skip to content

Commit 1b6873e

Browse files
znarfmdmmqzManagor
authored
*: remove usage of "foobar" (#19242)
* *: remove usage of "foobar" * mlr: update example * Apply suggestions from code review Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/common/npm-adduser.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
1 parent 9df6f0b commit 1b6873e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

pages/common/cadaver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
`cadaver {{http://dav.example.com/}}`
99

10-
- Connect to a server using a specific port and open the collection `/foo/bar/`:
10+
- Connect to a server using a specific port and open a collection:
1111

12-
`cadaver {{http://dav.example.com:8022/foo/bar/}}`
12+
`cadaver {{http://dav.example.com:8022/path/to/collection/}}`
1313

1414
- Connect to a server using SSL:
1515

pages/common/mlr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- Receive JSON data and pretty print the output:
1111

12-
`echo '{"hello":"world"}' | mlr --ijson --opprint cat`
12+
`{{echo '{"key":"value"}'}} | mlr --ijson --opprint cat`
1313

1414
- Sort alphabetically on a field:
1515

@@ -25,7 +25,7 @@
2525

2626
- Receive JSON and format the output as vertical JSON:
2727

28-
`echo '{"hello":"world", "foo":"bar"}' | mlr --ijson --ojson --jvstack cat`
28+
`{{echo '{"key1":"value1", "key2":"value2"}'}} | mlr --ijson --ojson --jvstack cat`
2929

3030
- Filter lines of a compressed CSV file treating numbers as [S]trings:
3131

pages/common/npm-adduser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
- Log in to a private registry with a specific scope:
1111

12-
`npm login --scope {{@mycorp}} --registry {{https://registry.mycorp.com}}`
12+
`npm login --scope {{@organization}} --registry {{https://registry.example.com}}`
1313

1414
- Log out from a specific scope and remove the auth token:
1515

16-
`npm logout --scope {{@mycorp}}`
16+
`npm logout --scope {{@organization}}`
1717

1818
- Create a scoped package during initialization:
1919

20-
`npm init --scope {{@foo}} {{[-y|--yes]}}`
20+
`npm init --scope {{@organization}} {{[-y|--yes]}}`

pages/common/robo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
- Run a specific command:
1111

12-
`robo {{foo}}`
12+
`robo {{command}}`
1313

1414
- Simulate running a specific command:
1515

16-
`robo --simulate {{foo}}`
16+
`robo --simulate {{command}}`

pages/common/wget2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
88
- Download the contents of a URL to a file using multiple threads (default behavior differs from `wget`):
99

10-
`wget2 {{https://example.com/foo}}`
10+
`wget2 {{https://example.com/resource}}`
1111

1212
- Limit the number of threads used for downloading (default is 5 threads):
1313

14-
`wget2 --max-threads {{10}} {{https://example.com/foo}}`
14+
`wget2 --max-threads {{10}} {{https://example.com/resource}}`
1515

1616
- Download a single web page and all its resources (scripts, stylesheets, images, etc.):
1717

0 commit comments

Comments
 (0)