8000 Fix typos by kojix2 · Pull Request #607 · crystal-lang/shards · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix typos #607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/shards.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ after a command.
--local::
Do not update remote repository cache. Instead, Shards will use the local copies
already present in the cache (see *SHARDS_CACHE_PATH*).
The command will fail if a depedency is unavailable in the cache.
The command will fail if a dependency is unavailable in the cache.

-q, --quiet::
Decreases the log verbosity, printing only warnings and errors.
Expand Down Expand Up @@ -157,7 +157,7 @@ Defaults to _.cache/shards_ in the home directory (_$XDG_CACHE_HOME_ or _$HOME_)
or the current directory.

SHARDS_INSTALL_PATH::
Defines the location where dependecies are installed.
Defines the location where dependencies are installed.
Defaults to _lib_.

SHARDS_BIN_PATH::
Expand Down
4 changes: 2 additions & 2 deletions man/shard.yml.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: shard.yml
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2023-12-22
.\" Date: 2023-12-28
.\" Manual: File Formats
.\" Source: shards 0.17.4
.\" Language: English
.\"
.TH "SHARD.YML" "5" "2023-12-22" "shards 0.17.4" "File Formats"
.TH "SHARD.YML" "5" "2023-12-28" "shards 0.17.4" "File Formats"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
8 changes: 4 additions & 4 deletions man/shards.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: shards
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2023-12-22
.\" Date: 2023-12-28
.\" Manual: Shards Manual
.\" Source: shards 0.17.4
.\" Language: English
.\"
.TH "SHARDS" "1" "2023-12-22" "shards 0.17.4" "Shards Manual"
.TH "SHARDS" "1" "2023-12-28" "shards 0.17.4" "Shards Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -202,7 +202,7 @@ Disables colored output.
.RS 4
Do not update remote repository cache. Instead, Shards will use the local copies
already present in the cache (see \fBSHARDS_CACHE_PATH\fP).
The command will fail if a depedency is unavailable in the cache.
The command will fail if a dependency is unavailable in the cache.
.RE
.sp
\-q, \-\-quiet
Expand Down Expand Up @@ -242,7 +242,7 @@ or the current directory.
.sp
SHARDS_INSTALL_PATH
.RS 4
Defines the location where dependecies are installed.
Defines the location where dependencies are installed.
Defaults to \fIlib\fP.
.RE
.sp
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/outdated_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe "outdated" do
end

describe "non-release" do
describe "without relases" do
describe "without releases" do
it "latest any" do
with_shard({dependencies: {missing: "*"}}, {missing: "0.1.0+git.commit.#{git_commits("missing").first}"}) do
run "shards install"
Expand Down
0