Skip to content

Conversation

spaette
Copy link

@spaette spaette commented Aug 7, 2025

@cscheid

dismissable is considered a non-standard form of dismissible

$ sed -n '50p' quarto-web/docs/blog/posts/2024-07-11-1.5-release/index.qmd
You can now use an `announcement` option to add a customizable banner at the top of your website. You can set an icon, make it dismissable, and include markdown formatted content like bold text:
$ sed -n '38p; 47p; 54p' quarto-web/docs/websites/website-tools.qmd
You can set an icon, make it dismissable, and even include formatted content like bold text.
    dismissable: true # <2>
2. `dismissable` - Whether the announcement bar can be dismissed by the user. It can be `true` or `false`.
$ sed -n '7p' quarto-web/docs/reference/projects/announcement.json
    "name": "dismissable",
$ sed -n '10p' quarto-web/_quarto-prerelease-docs.yml
    dismissable: false
$

the line with tournamentand was also left unmodified as authorship of the file is unknown

$ sed -n '1347p' quarto-web/docs/interactive/ojs/athletes.csv
594052376,Bartosz Kurek,POL,male,1988-08-29,2.05,87,volleyball,0,0,0,"An extremely powerful server and spiker, Bartosz Kurek is the idol of Poland's passionate volleyball fans. This opposite spiker helped his country to the 2012 World League, when he was elected the player of the tournamentand the 2009 European championship"
$

docs/reference/projects/book.json

citation key would be more typical in documentation on that file format

in any event BiTeX is a typo and entrykey should be written as two words

-     "description": "Identifier of the item in the input data file (analogous to BiTeX entrykey);\n\nUse this variable to facilitate conversion between word-processor and plain-text writing systems;\nFor an identifier intended as formatted output label for a citation \n(e.g. “Ferr78”), use `citation-label` instead\n"
+     "description": "Identifier of the item in the input data file (analogous to BibTeX entry key);\n\nUse this variable to facilitate conversion between word-processor and plain-text writing systems;\nFor an identifier intended as formatted output label for a citation \n(e.g. “Ferr78”), use `citation-label` instead\n"

@musvaage musvaage mentioned this pull request Aug 9, 2025
DimitriPapadopoulos added a commit to DimitriPapadopoulos/codespell that referenced this pull request Aug 9, 2025
DimitriPapadopoulos added a commit to codespell-project/codespell that referenced this pull request Aug 17, 2025
Copy link
Collaborator

@cscheid cscheid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the typo fixes, but please address all the changes in the comments first, such as:

  • no changes to .js or .json files
  • no whitespace changes

Thanks!

@spaette spaette force-pushed the main branch 3 times, most recently from 6b2ae40 to f452eb8 Compare August 20, 2025 20:09
@cscheid
Copy link
Collaborator

cscheid commented Aug 21, 2025

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants