Skip to content

Commit

Permalink
Merge pull request #597 from takahirom/fix-doc-syntax-error
Browse files Browse the repository at this point in the history
Fix document build
  • Loading branch information
takahirom authored Dec 9, 2024
2 parents 60610a9 + ecce32e commit 0f7ad42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ roborazzi {
> You can customize the file path strategy for the recorded image. The default strategy is `relativePathFromCurrentDirectory`. If you select `relativePathFromRoborazziContextOutputDirectory`, the file will be saved in the output directory specified by `roborazzi.outputDir`.
> This can be configured in your `gradle.properties` file:
>
> ```properties
> ```
> roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory
> ```
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/build_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ roborazzi {
> You can customize the file path strategy for the recorded image. The default strategy is `relativePathFromCurrentDirectory`. If you select `relativePathFromRoborazziContextOutputDirectory`, the file will be saved in the output directory specified by `roborazzi.outputDir`.
> This can be configured in your `gradle.properties` file:
>
> ```properties
> ```
> roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory
> ```
Expand Down

0 comments on commit 0f7ad42

Please sign in to comment.