Skip to content

Commit

Permalink
fixes typo in README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed May 30, 2020
1 parent 40f8bff commit 7084c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -248,7 +248,7 @@ lib/my_gem/version.rb # MyGem::VERSION
lib/my_gem/foo.rb # MyGem::Foo
```

Neither a gemspec nor a version file are techincally required, this helper works as long as the code is organized using that standard structure.
Neither a gemspec nor a version file are technically required, this helper works as long as the code is organized using that standard structure.

If the entry point of your gem lives in a subdirectory of `lib` because it is reopening a namespace defined somewhere else, please use the generic API to setup the loader, and make sure you check the section [_Reopening third-party namespaces_](https://github.com/fxn/zeitwerk#reopening-third-party-namespaces) down below.

Expand Down

0 comments on commit 7084c7e

Please sign in to comment.