Commit 941d08f
committed
fix: Typo
Fixed the FHIR VZD documentation typo to enhance readability and maintain consistency across sections.
Fixed the directory name `./samples/FHIRseach` to `./samples/FHIRsearch`.
Made sure to have git detect the moved documents, to make sure the links stay available.
GitHub should also detect the moved files and redirect to the moved files when going back in the git log.
Relevant commands:
- Find all files containing the typo `seach`: `grep -r -F "seach" .`
- Find and fix the typo in a file: `sed 's/seach/search/g'`seach corrected to search
1 parent 07b7969 commit 941d08f
File tree
8 files changed
+168
-168
lines changed- docs
- samples/FHIRsearch
8 files changed
+168
-168
lines changedLarge diffs are not rendered by default.
File renamed without changes.
0 commit comments