Skip to content
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

Spelling Corrections #154

Merged
merged 1 commit into from
Apr 8, 2019
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
2 changes: 1 addition & 1 deletion src/cljc/orcpub/dnd/e5/options.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,7 @@
(merge
{:name "Race"
:order 0
:help "Race determines your appearance and helps shape your culture and background. It also affects you ability scores, size, speed, languages, and many other crucial inherent traits."
:help "Race determines your appearance and helps shape your culture and background. It also affects your ability scores, size, speed, languages and many other crucial inherent traits."
:tags #{:race}}
cfg)))

Expand Down
2 changes: 1 addition & 1 deletion src/cljc/orcpub/dnd/e5/template.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@
(opt5e/class-selection
{:help [:div
[:p "Class is your adventuring vocation. It determines many of your special talents, including weapon, armor, skill, saving throw, and tool proficiencies. It also provides starting equipment options. When you gain levels, you gain them in a particular class."]
[:p.m-t-10 "Select your class using the selector at the top of the 'Class' section. Multiclassing is uncommon, but you may multiclass by clicking the 'Add Class' button at the end of the 'Class' section."]]
[:p.m-t-10 "Select your class using the selector at the top of the 'Class' section. Multiclassing is uncommon, but you may multiclass by clicking the 'Add Levels in Another Class' button at the end of the 'Class' section."]]
:max nil
:sequential? false
:options classes})
Expand Down
2 changes: 1 addition & 1 deletion src/cljs/orcpub/character_builder.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@

(defn add-subclass-component []
(info-block [:span
[:span (str srd-prefix "Don't see a class or class here that you want to use?")]
[:span (str srd-prefix "Don't see a class or subclass here that you want to use?")]
[:div.m-t-5
[:span.pointer.underline.orange
{:on-click #(dispatch [:route routes/dnd-e5-class-builder-page-route])}
Expand Down
2 changes: 1 addition & 1 deletion src/cljs/orcpub/dnd/e5/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
:route routes/dnd-e5-class-builder-page-route}
{:name "Subclass Builder"
:route routes/dnd-e5-subclass-builder-page-route}
{:name "Elritch Invocation Builder"
{:name "Eldritch Invocation Builder"
:route routes/dnd-e5-invocation-builder-page-route}
{:name "Selection Builder"
:route routes/dnd-e5-selection-builder-page-route}]]]]]]))
Expand Down