Skip to content

Commit d5ac999

Browse files
authored
Correct spelling mistakes. (#1036)
1 parent e6cf0f4 commit d5ac999

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
### Bugs fixed
4040

41-
- Enable layers with embedded GeoJSON to use graduated, categorized, and canoncal symbology [#1020](https://github.com/geojupyter/jupytergis/pull/1020) ([@mfisher87](https://github.com/mfisher87))
41+
- Enable layers with embedded GeoJSON to use graduated, categorized, and canonical symbology [#1020](https://github.com/geojupyter/jupytergis/pull/1020) ([@mfisher87](https://github.com/mfisher87))
4242
- Fix symbology for newly created layers [#1013](https://github.com/geojupyter/jupytergis/pull/1013) ([@martinRenou](https://github.com/martinRenou))
4343
- Fix bug causing layer selection to alter sources [#992](https://github.com/geojupyter/jupytergis/pull/992) ([@gjmooney](https://github.com/gjmooney))
4444
- Display side panels in full screen view [#979](https://github.com/geojupyter/jupytergis/pull/979) ([@gjmooney](https://github.com/gjmooney))

docs/contributor_guide/explanation/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We use this package to make the JupyterLab extension.
3939
- Defines the map view. See `packages/base/src/mainview`.
4040
- Generates the layer gallery. See
4141
`packages/base/rasterlayer_gallery_generator.py`.
42-
- Defines "commands" that appear in various GUI menus and the command pallette
42+
- Defines "commands" that appear in various GUI menus and the command palette
4343
(`CTRL+SHIFT+C`).
4444
See `packages/base/src/commands/`.
4545
- Defines the toolbar and associated commands.
@@ -55,7 +55,7 @@ The source of truth for data structures in JupyterGIS.
5555
If you wish to add a new layer _type_, you would need to add it to the schema.
5656

5757
Python classes and Typescript types are automatically generated from the schema at
58-
build-time (i.e. not commited to the repository) using
58+
build-time (i.e. not committed to the repository) using
5959
[`json2ts`](https://github.com/GregorBiswanger/json2ts) for TypeScript,
6060
and
6161
[`datamodel-code-generator`](https://docs.pydantic.dev/latest/integrations/datamodel_code_generator/)

docs/overview/what-is-jgis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ While QGIS serves this need very well, the friction and mental context switching
4242
introduced by working in two disjoint applications presents a definite challenge.
4343

4444
With these lessons in mind, we feel that our primary focus on JupyterGIS should _not_ be
45-
on reimplimenting "geoprocessing" toolboxes, and that we should instead focus on utility
45+
on reimplementing "geoprocessing" toolboxes, and that we should instead focus on utility
4646
functionality that **supports and streamlines** analysis done in a Notebook environment.

docs/user_guide/tutorials/01-intro/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The elements shown in the figure above are:
4545
1. Application Launcher: Where you select which application you want to start - e.g. a Notebook, a Console, another application such as a Terminal, or open a GIS file (which can be either a JupyterGIS file or a QGIS file).
4646
2. Left Sidebar: Contains a file browser, panels that show a list of open tabs in the main work space and for running kernels and terminals, collaboration features, the table of contents (for notebooks or other files with headers), the extension manager, and the JupyterGIS extension which allows you to see the GIS layers list.
4747
3. GIS Layers List / Browser Panel.
48-
4. Right Sidebar: Contains the property inspector (active in notebooks), kernal usage, the debugger, and GIS object properties, annotation and filters.
48+
4. Right Sidebar: Contains the property inspector (active in notebooks), kernel usage, the debugger, and GIS object properties, annotation and filters.
4949
5. The GIS object properties, annotations and filters of a selected GIS layer.
5050
6. The Jupyter Toolbar Menu: Used with Jupyter Notebooks.
5151
7. The Log Console: Used for debugging.

packages/base/src/shared/components/Calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type CalendarProps = DayPickerProps & {
2222
yearRange?: number;
2323

2424
/**
25-
* Wether to show the year switcher in the caption.
25+
* Whether to show the year switcher in the caption.
2626
* @default true
2727
*/
2828
showYearSwitcher?: boolean;

packages/base/src/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function createDefaultLayerRegistry(
184184

185185
// TODO: These need better names
186186
/**
187-
* Parse tile information from providers to be useable in the layer registry
187+
* Parse tile information from providers to be usable in the layer registry
188188
*
189189
* @param entry - The name of the entry, which may also serve as the default provider name if none is specified.
190190
* @param xyzprovider - An object containing the XYZ provider's details, including name, URL, zoom levels, attribution, and possibly other properties relevant to the provider.

packages/schema/src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ export class JupyterGISModel implements IJupyterGISModel {
772772

773773
/**
774774
* Toggle a map interaction mode on or off.
775-
* Toggleing off sets the mode to 'panning'.
775+
* Toggling off sets the mode to 'panning'.
776776
* @param mode The mode to be toggled
777777
*/
778778
toggleMode(mode: Modes) {

python/jupytergis_qgis/jupytergis_qgis/qgis_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def build_uri(parameters: dict[str, str], source_type: str) -> str | None:
916916
# check logical operator to choose discrete or exact
917917
op = layer_colors[3][0]
918918

919-
# skip the last value in both cases, thats the fallback and not used by qgis
919+
# skip the last value in both cases, that's the fallback and not used by qgis
920920
if op == "<=":
921921
# skip the second to last pair because that needs special handling
922922
color_ramp_shader.setColorRampType(QgsColorRampShader.Discrete)

0 commit comments

Comments
 (0)